Html Css Color HEX #A0DE92 Granny Smith Apple

📋 copy color: '#A0DE92'

red 160 ◦ green 222 ◦ blue 146

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

Shades of Granny Smith Apple #A0DE92

Tints of Granny Smith Apple #A0DE92

RGB

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

 GREEN value IS 222 (87.11% from 255) = 42.05%

 BLUE value IS 146 (57.42% from 255) = 27.65%

R = 30.3%
G = 42.05%
B = 27.65%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#A0DE92 (or 0xA0DE92) is known color: Granny Smith Apple. HEX triplet: A0, DE and 92. RGB value is (160,222,146). Sum of RGB (Red+Green+Blue) = 160+222+146=528 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.30% from 528); Green value is 222 (87.11% from 255 or 42.05% from 528); Blue value is 146 (57.42% from 255 or 27.65% from 528); Max value from RGB is 222 - color contains mainly: green. Hex color #A0DE92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DE92 is #5F216D. Grayscale: #C3C3C3. Windows color (decimal): -6234478 or 9625248. OLE color: 9625248.

HSL color Cylindrical-coordinate representation of color #A0DE92: hue angle of 108.95º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A0DE92 is Cyan = 0.28, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 222 146 -
CMYK 0.28 0 0.34 0.13
HSL 108.95º 0.54% 0.72% -
HSV(B) 108.95º 0.34% 0.87% -
XYZ 45.81 61.79 36.71 -
YUV 194.8 100.46 103.18 -
System Red Green Blue C M Y K H S L
Decimal 160 222 146 0.28 0 0.34 0.13 108.95 0.54 0.72
Hex A0 DE 92 1C 0 22 D 6D 36 48
Octal 240 336 222 34 0 42 15 155 66 110
Binary 10100000 11011110 10010010 11100 0 100010 1101 1101101 110110 1001000

Color Harmonies of #A0DE92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DE92

Black with #A0DE92

Text Example


Text Example

White with #A0DE92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DE92; }

 p { color: rgb(160,222,146); }

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

background-color css

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

 a { background-color: rgb(160,222,146); }

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

border-color css

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

 span { border-color: rgb(160,222,146); }

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