Html Css Color HEX #A0DF9D Granny Smith Apple

📋 copy color: '#A0DF9D'

red 160 ◦ green 223 ◦ blue 157

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

Shades of Granny Smith Apple #A0DF9D

Tints of Granny Smith Apple #A0DF9D

RGB

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

 GREEN value IS 223 (87.5% from 255) = 41.3%

 BLUE value IS 157 (61.72% from 255) = 29.07%

R = 29.63%
G = 41.3%
B = 29.07%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#A0DF9D (or 0xA0DF9D) is known color: Granny Smith Apple. HEX triplet: A0, DF and 9D. RGB value is (160,223,157). Sum of RGB (Red+Green+Blue) = 160+223+157=540 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.63% from 540); Green value is 223 (87.5% from 255 or 41.30% from 540); Blue value is 157 (61.72% from 255 or 29.07% from 540); Max value from RGB is 223 - color contains mainly: green. Hex color #A0DF9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DF9D is #5F2062. Grayscale: #C4C4C4. Windows color (decimal): -6234211 or 10346400. OLE color: 10346400.

HSL color Cylindrical-coordinate representation of color #A0DF9D: hue angle of 117.27º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A0DF9D is Cyan = 0.28, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 223 157 -
CMYK 0.28 0 0.30 0.13
HSL 117.27º 0.51% 0.75% -
HSV(B) 117.27º 0.3% 0.87% -
XYZ 46.97 62.68 41.52 -
YUV 196.64 105.63 101.87 -
System Red Green Blue C M Y K H S L
Decimal 160 223 157 0.28 0 0.30 0.13 117.27 0.51 0.75
Hex A0 DF 9D 1C 0 1E D 75 33 4B
Octal 240 337 235 34 0 36 15 165 63 113
Binary 10100000 11011111 10011101 11100 0 11110 1101 1110101 110011 1001011

Color Harmonies of #A0DF9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DF9D

Black with #A0DF9D

Text Example


Text Example

White with #A0DF9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DF9D; }

 p { color: rgb(160,223,157); }

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

background-color css

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

 a { background-color: rgb(160,223,157); }

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

border-color css

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

 span { border-color: rgb(160,223,157); }

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