Html Css Color HEX #A0EA9C Granny Smith Apple

📋 copy color: '#A0EA9C'

red 160 ◦ green 234 ◦ blue 156

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

Shades of Granny Smith Apple #A0EA9C

Tints of Granny Smith Apple #A0EA9C

RGB

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

 GREEN value IS 234 (91.8% from 255) = 42.55%

 BLUE value IS 156 (61.33% from 255) = 28.36%

R = 29.09%
G = 42.55%
B = 28.36%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.33

 K value IS 0.08

RGB Variations

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

Color information

#A0EA9C (or 0xA0EA9C) is known color: Granny Smith Apple. HEX triplet: A0, EA and 9C. RGB value is (160,234,156). Sum of RGB (Red+Green+Blue) = 160+234+156=550 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.09% from 550); Green value is 234 (91.80% from 255 or 42.55% from 550); Blue value is 156 (61.33% from 255 or 28.36% from 550); Max value from RGB is 234 - color contains mainly: green. Hex color #A0EA9C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0EA9C is #5F1563. Grayscale: #CBCBCB. Windows color (decimal): -6231396 or 10283680. OLE color: 10283680.

HSL color Cylindrical-coordinate representation of color #A0EA9C: hue angle of 116.92º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0EA9C is Cyan = 0.32, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.08.

Color convert

RGB 160 234 156 -
CMYK 0.32 0 0.33 0.08
HSL 116.92º 0.65% 0.76% -
HSV(B) 116.92º 0.33% 0.92% -
XYZ 49.92 68.72 42.09 -
YUV 202.98 101.48 97.34 -
System Red Green Blue C M Y K H S L
Decimal 160 234 156 0.32 0 0.33 0.08 116.92 0.65 0.76
Hex A0 EA 9C 20 0 21 8 75 41 4C
Octal 240 352 234 40 0 41 10 165 101 114
Binary 10100000 11101010 10011100 100000 0 100001 1000 1110101 1000001 1001100

Color Harmonies of #A0EA9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EA9C

Black with #A0EA9C

Text Example


Text Example

White with #A0EA9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EA9C; }

 p { color: rgb(160,234,156); }

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

background-color css

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

 a { background-color: rgb(160,234,156); }

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

border-color css

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

 span { border-color: rgb(160,234,156); }

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