Html Css Color HEX #A0C24E Atlantis

📋 copy color: '#A0C24E'

red 160 ◦ green 194 ◦ blue 78

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

Shades of Atlantis #A0C24E

Tints of Atlantis #A0C24E

RGB

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

 GREEN value IS 194 (76.17% from 255) = 44.91%

 BLUE value IS 78 (30.86% from 255) = 18.06%

R = 37.04%
G = 44.91%
B = 18.06%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#A0C24E (or 0xA0C24E) is known color: Atlantis. HEX triplet: A0, C2 and 4E. RGB value is (160,194,78). Sum of RGB (Red+Green+Blue) = 160+194+78=432 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.04% from 432); Green value is 194 (76.17% from 255 or 44.91% from 432); Blue value is 78 (30.86% from 255 or 18.06% from 432); Max value from RGB is 194 - color contains mainly: green. Hex color #A0C24E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C24E is #5F3DB1. Grayscale: #ABABAB. Windows color (decimal): -6241714 or 5161632. OLE color: 5161632.

HSL color Cylindrical-coordinate representation of color #A0C24E: hue angle of 77.59º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A0C24E is Cyan = 0.18, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB 160 194 78 -
CMYK 0.18 0 0.60 0.24
HSL 77.59º 0.49% 0.53% -
HSV(B) 77.59º 0.6% 0.76% -
XYZ 35.16 46.61 14.35 -
YUV 170.61 75.74 120.43 -
System Red Green Blue C M Y K H S L
Decimal 160 194 78 0.18 0 0.60 0.24 77.59 0.49 0.53
Hex A0 C2 4E 12 0 3C 18 4E 31 35
Octal 240 302 116 22 0 74 30 116 61 65
Binary 10100000 11000010 1001110 10010 0 111100 11000 1001110 110001 110101

Color Harmonies of #A0C24E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C24E

Black with #A0C24E

Text Example


Text Example

White with #A0C24E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C24E; }

 p { color: rgb(160,194,78); }

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

background-color css

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

 a { background-color: rgb(160,194,78); }

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

border-color css

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

 span { border-color: rgb(160,194,78); }

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