Html Css Color HEX #A5DD9D Granny Smith Apple

📋 copy color: '#A5DD9D'

red 165 ◦ green 221 ◦ blue 157

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

Shades of Granny Smith Apple #A5DD9D

Tints of Granny Smith Apple #A5DD9D

RGB

 RED value IS 165 (64.84% from 255) = 30.39%

 GREEN value IS 221 (86.72% from 255) = 40.7%

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

R = 30.39%
G = 40.7%
B = 28.91%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#A5DD9D (or 0xA5DD9D) is known color: Granny Smith Apple. HEX triplet: A5, DD and 9D. RGB value is (165,221,157). Sum of RGB (Red+Green+Blue) = 165+221+157=543 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.39% from 543); Green value is 221 (86.72% from 255 or 40.70% from 543); Blue value is 157 (61.72% from 255 or 28.91% from 543); Max value from RGB is 221 - color contains mainly: green. Hex color #A5DD9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5DD9D is #5A2262. Grayscale: #C5C5C5. Windows color (decimal): -5907043 or 10345893. OLE color: 10345893.

HSL color Cylindrical-coordinate representation of color #A5DD9D: hue angle of 112.5º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A5DD9D is Cyan = 0.25, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 221 157 -
CMYK 0.25 0 0.29 0.13
HSL 112.5º 0.48% 0.74% -
HSV(B) 112.5º 0.29% 0.87% -
XYZ 47.46 62.15 41.39 -
YUV 196.96 105.45 105.2 -
System Red Green Blue C M Y K H S L
Decimal 165 221 157 0.25 0 0.29 0.13 112.5 0.48 0.74
Hex A5 DD 9D 19 0 1D D 70 30 4A
Octal 245 335 235 31 0 35 15 160 60 112
Binary 10100101 11011101 10011101 11001 0 11101 1101 1110000 110000 1001010

Color Harmonies of #A5DD9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DD9D

Black with #A5DD9D

Text Example


Text Example

White with #A5DD9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DD9D; }

 p { color: rgb(165,221,157); }

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

background-color css

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

 a { background-color: rgb(165,221,157); }

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

border-color css

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

 span { border-color: rgb(165,221,157); }

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