Html Css Color HEX #A5DB9E Granny Smith Apple

📋 copy color: '#A5DB9E'

red 165 ◦ green 219 ◦ blue 158

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

Shades of Granny Smith Apple #A5DB9E

Tints of Granny Smith Apple #A5DB9E

RGB

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

 GREEN value IS 219 (85.94% from 255) = 40.41%

 BLUE value IS 158 (62.11% from 255) = 29.15%

R = 30.44%
G = 40.41%
B = 29.15%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#A5DB9E (or 0xA5DB9E) is known color: Granny Smith Apple. HEX triplet: A5, DB and 9E. RGB value is (165,219,158). Sum of RGB (Red+Green+Blue) = 165+219+158=542 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.44% from 542); Green value is 219 (85.94% from 255 or 40.41% from 542); Blue value is 158 (62.11% from 255 or 29.15% from 542); Max value from RGB is 219 - color contains mainly: green. Hex color #A5DB9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5DB9E is #5A2461. Grayscale: #C4C4C4. Windows color (decimal): -5907554 or 10410917. OLE color: 10410917.

HSL color Cylindrical-coordinate representation of color #A5DB9E: hue angle of 113.11º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A5DB9E is Cyan = 0.25, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB 165 219 158 -
CMYK 0.25 0 0.28 0.14
HSL 113.11º 0.46% 0.74% -
HSV(B) 113.11º 0.28% 0.86% -
XYZ 47.02 61.13 41.67 -
YUV 195.9 106.61 105.96 -
System Red Green Blue C M Y K H S L
Decimal 165 219 158 0.25 0 0.28 0.14 113.11 0.46 0.74
Hex A5 DB 9E 19 0 1C E 71 2E 4A
Octal 245 333 236 31 0 34 16 161 56 112
Binary 10100101 11011011 10011110 11001 0 11100 1110 1110001 101110 1001010

Color Harmonies of #A5DB9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DB9E

Black with #A5DB9E

Text Example


Text Example

White with #A5DB9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DB9E; }

 p { color: rgb(165,219,158); }

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

background-color css

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

 a { background-color: rgb(165,219,158); }

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

border-color css

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

 span { border-color: rgb(165,219,158); }

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