Html Css Color HEX #A4DB9B Granny Smith Apple

📋 copy color: '#A4DB9B'

red 164 ◦ green 219 ◦ blue 155

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

Shades of Granny Smith Apple #A4DB9B

Tints of Granny Smith Apple #A4DB9B

RGB

 RED value IS 164 (64.45% from 255) = 30.48%

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

 BLUE value IS 155 (60.94% from 255) = 28.81%

R = 30.48%
G = 40.71%
B = 28.81%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#A4DB9B (or 0xA4DB9B) is known color: Granny Smith Apple. HEX triplet: A4, DB and 9B. RGB value is (164,219,155). Sum of RGB (Red+Green+Blue) = 164+219+155=538 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.48% from 538); Green value is 219 (85.94% from 255 or 40.71% from 538); Blue value is 155 (60.94% from 255 or 28.81% from 538); Max value from RGB is 219 - color contains mainly: green. Hex color #A4DB9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4DB9B is #5B2464. Grayscale: #C3C3C3. Windows color (decimal): -5973093 or 10214308. OLE color: 10214308.

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

Color convert

RGB 164 219 155 -
CMYK 0.25 0 0.29 0.14
HSL 111.56º 0.47% 0.73% -
HSV(B) 111.56º 0.29% 0.86% -
XYZ 46.56 60.92 40.32 -
YUV 195.26 105.28 105.7 -
System Red Green Blue C M Y K H S L
Decimal 164 219 155 0.25 0 0.29 0.14 111.56 0.47 0.73
Hex A4 DB 9B 19 0 1D E 70 2F 49
Octal 244 333 233 31 0 35 16 160 57 111
Binary 10100100 11011011 10011011 11001 0 11101 1110 1110000 101111 1001001

Color Harmonies of #A4DB9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4DB9B

Black with #A4DB9B

Text Example


Text Example

White with #A4DB9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4DB9B; }

 p { color: rgb(164,219,155); }

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

background-color css

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

 a { background-color: rgb(164,219,155); }

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

border-color css

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

 span { border-color: rgb(164,219,155); }

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