Html Css Color HEX #A0D239 Atlantis

📋 copy color: '#A0D239'

red 160 ◦ green 210 ◦ blue 57

#A0D239
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atlantis #A0D239

Tints of Atlantis #A0D239

RGB

 RED value IS 160 (62.89% from 255) = 37.47%

 GREEN value IS 210 (82.42% from 255) = 49.18%

 BLUE value IS 57 (22.66% from 255) = 13.35%

R = 37.47%
G = 49.18%
B = 13.35%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.73

 K value IS 0.18

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A0D239 (or 0xA0D239) is known color: Atlantis. HEX triplet: A0, D2 and 39. RGB value is (160,210,57). Sum of RGB (Red+Green+Blue) = 160+210+57=427 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.47% from 427); Green value is 210 (82.42% from 255 or 49.18% from 427); Blue value is 57 (22.66% from 255 or 13.35% from 427); Max value from RGB is 210 - color contains mainly: green. Hex color #A0D239 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0D239 is #5F2DC6. Grayscale: #B2B2B2. Windows color (decimal): -6237639 or 3789472. OLE color: 3789472.

HSL color Cylindrical-coordinate representation of color #A0D239: hue angle of 79.61º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A0D239 is Cyan = 0.24, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.

Color convert

RGB 160 210 57 -
CMYK 0.24 0 0.73 0.18
HSL 79.61º 0.63% 0.52% -
HSV(B) 79.61º 0.73% 0.82% -
XYZ 38.28 53.86 12.25 -
YUV 177.61 59.94 115.44 -
System Red Green Blue C M Y K H S L
Decimal 160 210 57 0.24 0 0.73 0.18 79.61 0.63 0.52
Hex A0 D2 39 18 0 49 12 50 3F 34
Octal 240 322 71 30 0 111 22 120 77 64
Binary 10100000 11010010 111001 11000 0 1001001 10010 1010000 111111 110100

Color Harmonies of #A0D239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D239

Black with #A0D239

Text Example


Text Example

White with #A0D239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D239; }

 p { color: rgb(160,210,57); }

 H1.HeaderClassName
 {
   color: #A0D239;
 }
 .AnyTagClassName
 {
   color: #A0D239;
 }
</style>

background-color css

<style>
 a { background-color: #A0D239; }

 a { background-color: rgb(160,210,57); }

 div.DivClassName
 {
   background-color: #A0D239;
 }
 .BgClassName
 {
   background-color: #A0D239;
 }
</style>

border-color css

<style>
 span { border-color: #A0D239; }

 span { border-color: rgb(160,210,57); }

 td.TdClassName
 {
   border-color: #A0D239;
 }
 .TagClassName
 {
   border-color: #A0D239;
 }
</style>