Html Css Color HEX #A0C24F Atlantis

📋 copy color: '#A0C24F'

red 160 ◦ green 194 ◦ blue 79

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

Shades of Atlantis #A0C24F

Tints of Atlantis #A0C24F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 18.24%

R = 36.95%
G = 44.8%
B = 18.24%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#A0C24F (or 0xA0C24F) is known color: Atlantis. HEX triplet: A0, C2 and 4F. RGB value is (160,194,79). Sum of RGB (Red+Green+Blue) = 160+194+79=433 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.95% from 433); Green value is 194 (76.17% from 255 or 44.80% from 433); Blue value is 79 (31.25% from 255 or 18.24% from 433); Max value from RGB is 194 - color contains mainly: green. Hex color #A0C24F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C24F is #5F3DB0. Grayscale: #ABABAB. Windows color (decimal): -6241713 or 5227168. OLE color: 5227168.

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

Color convert

RGB 160 194 79 -
CMYK 0.18 0 0.59 0.24
HSL 77.74º 0.49% 0.54% -
HSV(B) 77.74º 0.59% 0.76% -
XYZ 35.2 46.62 14.54 -
YUV 170.72 76.24 120.35 -
System Red Green Blue C M Y K H S L
Decimal 160 194 79 0.18 0 0.59 0.24 77.74 0.49 0.54
Hex A0 C2 4F 12 0 3B 18 4E 31 36
Octal 240 302 117 22 0 73 30 116 61 66
Binary 10100000 11000010 1001111 10010 0 111011 11000 1001110 110001 110110

Color Harmonies of #A0C24F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C24F

Black with #A0C24F

Text Example


Text Example

White with #A0C24F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C24F; }

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

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

background-color css

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

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

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

border-color css

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

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

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