Html Css Color HEX #A0DA92 Granny Smith Apple

📋 copy color: '#A0DA92'

red 160 ◦ green 218 ◦ blue 146

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

Shades of Granny Smith Apple #A0DA92

Tints of Granny Smith Apple #A0DA92

RGB

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

 GREEN value IS 218 (85.55% from 255) = 41.6%

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

R = 30.53%
G = 41.6%
B = 27.86%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#A0DA92 (or 0xA0DA92) is known color: Granny Smith Apple. HEX triplet: A0, DA and 92. RGB value is (160,218,146). Sum of RGB (Red+Green+Blue) = 160+218+146=524 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.53% from 524); Green value is 218 (85.55% from 255 or 41.60% from 524); Blue value is 146 (57.42% from 255 or 27.86% from 524); Max value from RGB is 218 - color contains mainly: green. Hex color #A0DA92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DA92 is #5F256D. Grayscale: #C0C0C0. Windows color (decimal): -6235502 or 9624224. OLE color: 9624224.

HSL color Cylindrical-coordinate representation of color #A0DA92: hue angle of 108.33º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0DA92 is Cyan = 0.27, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB 160 218 146 -
CMYK 0.27 0 0.33 0.15
HSL 108.33º 0.49% 0.71% -
HSV(B) 108.33º 0.33% 0.85% -
XYZ 44.76 59.69 36.36 -
YUV 192.45 101.78 104.85 -
System Red Green Blue C M Y K H S L
Decimal 160 218 146 0.27 0 0.33 0.15 108.33 0.49 0.71
Hex A0 DA 92 1B 0 21 F 6C 31 47
Octal 240 332 222 33 0 41 17 154 61 107
Binary 10100000 11011010 10010010 11011 0 100001 1111 1101100 110001 1000111

Color Harmonies of #A0DA92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DA92

Black with #A0DA92

Text Example


Text Example

White with #A0DA92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DA92; }

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

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

background-color css

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

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

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

border-color css

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

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

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