Html Css Color HEX #A0E09E Granny Smith Apple

📋 copy color: '#A0E09E'

red 160 ◦ green 224 ◦ blue 158

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

Shades of Granny Smith Apple #A0E09E

Tints of Granny Smith Apple #A0E09E

RGB

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

 GREEN value IS 224 (87.89% from 255) = 41.33%

 BLUE value IS 158 (62.11% from 255) = 29.15%

R = 29.52%
G = 41.33%
B = 29.15%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.29

 K value IS 0.12

RGB Variations

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

Color information

#A0E09E (or 0xA0E09E) is known color: Granny Smith Apple. HEX triplet: A0, E0 and 9E. RGB value is (160,224,158). Sum of RGB (Red+Green+Blue) = 160+224+158=542 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.52% from 542); Green value is 224 (87.89% from 255 or 41.33% from 542); Blue value is 158 (62.11% from 255 or 29.15% from 542); Max value from RGB is 224 - color contains mainly: green. Hex color #A0E09E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0E09E is #5F1F61. Grayscale: #C5C5C5. Windows color (decimal): -6233954 or 10412192. OLE color: 10412192.

HSL color Cylindrical-coordinate representation of color #A0E09E: hue angle of 118.18º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A0E09E is Cyan = 0.29, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB 160 224 158 -
CMYK 0.29 0 0.29 0.12
HSL 118.18º 0.52% 0.75% -
HSV(B) 118.18º 0.29% 0.88% -
XYZ 47.32 63.25 42.06 -
YUV 197.34 105.8 101.37 -
System Red Green Blue C M Y K H S L
Decimal 160 224 158 0.29 0 0.29 0.12 118.18 0.52 0.75
Hex A0 E0 9E 1D 0 1D C 76 34 4B
Octal 240 340 236 35 0 35 14 166 64 113
Binary 10100000 11100000 10011110 11101 0 11101 1100 1110110 110100 1001011

Color Harmonies of #A0E09E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E09E

Black with #A0E09E

Text Example


Text Example

White with #A0E09E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E09E; }

 p { color: rgb(160,224,158); }

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

background-color css

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

 a { background-color: rgb(160,224,158); }

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

border-color css

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

 span { border-color: rgb(160,224,158); }

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