Html Css Color HEX #A0CA39 Atlantis

📋 copy color: '#A0CA39'

red 160 ◦ green 202 ◦ blue 57

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

Shades of Atlantis #A0CA39

Tints of Atlantis #A0CA39

RGB

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

 GREEN value IS 202 (79.3% from 255) = 48.21%

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

R = 38.19%
G = 48.21%
B = 13.6%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.72

 K value IS 0.21

RGB Variations

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

Color information

#A0CA39 (or 0xA0CA39) is known color: Atlantis. HEX triplet: A0, CA and 39. RGB value is (160,202,57). Sum of RGB (Red+Green+Blue) = 160+202+57=419 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.19% from 419); Green value is 202 (79.30% from 255 or 48.21% from 419); Blue value is 57 (22.66% from 255 or 13.60% from 419); Max value from RGB is 202 - color contains mainly: green. Hex color #A0CA39 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0CA39 is #5F35C6. Grayscale: #ADADAD. Windows color (decimal): -6239687 or 3787424. OLE color: 3787424.

HSL color Cylindrical-coordinate representation of color #A0CA39: hue angle of 77.38º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A0CA39 is Cyan = 0.21, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.21.

Color convert

RGB 160 202 57 -
CMYK 0.21 0 0.72 0.21
HSL 77.38º 0.58% 0.51% -
HSV(B) 77.38º 0.72% 0.79% -
XYZ 36.36 50.01 11.61 -
YUV 172.91 62.59 118.79 -
System Red Green Blue C M Y K H S L
Decimal 160 202 57 0.21 0 0.72 0.21 77.38 0.58 0.51
Hex A0 CA 39 15 0 48 15 4D 3A 33
Octal 240 312 71 25 0 110 25 115 72 63
Binary 10100000 11001010 111001 10101 0 1001000 10101 1001101 111010 110011

Color Harmonies of #A0CA39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CA39

Black with #A0CA39

Text Example


Text Example

White with #A0CA39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CA39; }

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

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

background-color css

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

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

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

border-color css

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

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

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