Html Css Color HEX #A0E29A Granny Smith Apple

📋 copy color: '#A0E29A'

red 160 ◦ green 226 ◦ blue 154

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

Shades of Granny Smith Apple #A0E29A

Tints of Granny Smith Apple #A0E29A

RGB

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

 GREEN value IS 226 (88.67% from 255) = 41.85%

 BLUE value IS 154 (60.55% from 255) = 28.52%

R = 29.63%
G = 41.85%
B = 28.52%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.32

 K value IS 0.11

RGB Variations

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

Color information

#A0E29A (or 0xA0E29A) is known color: Granny Smith Apple. HEX triplet: A0, E2 and 9A. RGB value is (160,226,154). Sum of RGB (Red+Green+Blue) = 160+226+154=540 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.63% from 540); Green value is 226 (88.67% from 255 or 41.85% from 540); Blue value is 154 (60.55% from 255 or 28.52% from 540); Max value from RGB is 226 - color contains mainly: green. Hex color #A0E29A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0E29A is #5F1D65. Grayscale: #C6C6C6. Windows color (decimal): -6233446 or 10150560. OLE color: 10150560.

HSL color Cylindrical-coordinate representation of color #A0E29A: hue angle of 115º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0E29A is Cyan = 0.29, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.11.

Color convert

RGB 160 226 154 -
CMYK 0.29 0 0.32 0.11
HSL 115º 0.55% 0.75% -
HSV(B) 115º 0.32% 0.89% -
XYZ 47.53 64.2 40.46 -
YUV 198.06 103.13 100.85 -
System Red Green Blue C M Y K H S L
Decimal 160 226 154 0.29 0 0.32 0.11 115 0.55 0.75
Hex A0 E2 9A 1D 0 20 B 73 37 4B
Octal 240 342 232 35 0 40 13 163 67 113
Binary 10100000 11100010 10011010 11101 0 100000 1011 1110011 110111 1001011

Color Harmonies of #A0E29A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E29A

Black with #A0E29A

Text Example


Text Example

White with #A0E29A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E29A; }

 p { color: rgb(160,226,154); }

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

background-color css

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

 a { background-color: rgb(160,226,154); }

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

border-color css

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

 span { border-color: rgb(160,226,154); }

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