Html Css Color HEX #A5DD9F Granny Smith Apple

📋 copy color: '#A5DD9F'

red 165 ◦ green 221 ◦ blue 159

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

Shades of Granny Smith Apple #A5DD9F

Tints of Granny Smith Apple #A5DD9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 29.17%

R = 30.28%
G = 40.55%
B = 29.17%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#A5DD9F (or 0xA5DD9F) is known color: Granny Smith Apple. HEX triplet: A5, DD and 9F. RGB value is (165,221,159). Sum of RGB (Red+Green+Blue) = 165+221+159=545 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.28% from 545); Green value is 221 (86.72% from 255 or 40.55% from 545); Blue value is 159 (62.5% from 255 or 29.17% from 545); Max value from RGB is 221 - color contains mainly: green. Hex color #A5DD9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5DD9F is #5A2260. Grayscale: #C5C5C5. Windows color (decimal): -5907041 or 10476965. OLE color: 10476965.

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

Color convert

RGB 165 221 159 -
CMYK 0.25 0 0.28 0.13
HSL 114.19º 0.48% 0.75% -
HSV(B) 114.19º 0.28% 0.87% -
XYZ 47.63 62.22 42.3 -
YUV 197.19 106.45 105.04 -
System Red Green Blue C M Y K H S L
Decimal 165 221 159 0.25 0 0.28 0.13 114.19 0.48 0.75
Hex A5 DD 9F 19 0 1C D 72 30 4B
Octal 245 335 237 31 0 34 15 162 60 113
Binary 10100101 11011101 10011111 11001 0 11100 1101 1110010 110000 1001011

Color Harmonies of #A5DD9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DD9F

Black with #A5DD9F

Text Example


Text Example

White with #A5DD9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DD9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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