Html Css Color HEX #A2DB9B Granny Smith Apple

📋 copy color: '#A2DB9B'

red 162 ◦ green 219 ◦ blue 155

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

Shades of Granny Smith Apple #A2DB9B

Tints of Granny Smith Apple #A2DB9B

RGB

 RED value IS 162 (63.67% from 255) = 30.22%

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

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

R = 30.22%
G = 40.86%
B = 28.92%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#A2DB9B (or 0xA2DB9B) is known color: Granny Smith Apple. HEX triplet: A2, DB and 9B. RGB value is (162,219,155). Sum of RGB (Red+Green+Blue) = 162+219+155=536 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.22% from 536); Green value is 219 (85.94% from 255 or 40.86% from 536); Blue value is 155 (60.94% from 255 or 28.92% from 536); Max value from RGB is 219 - color contains mainly: green. Hex color #A2DB9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2DB9B is #5D2464. Grayscale: #C2C2C2. Windows color (decimal): -6104165 or 10214306. OLE color: 10214306.

HSL color Cylindrical-coordinate representation of color #A2DB9B: hue angle of 113.44º 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 #A2DB9B is Cyan = 0.26, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB 162 219 155 -
CMYK 0.26 0 0.29 0.14
HSL 113.44º 0.47% 0.73% -
HSV(B) 113.44º 0.29% 0.86% -
XYZ 46.15 60.71 40.3 -
YUV 194.66 105.62 104.7 -
System Red Green Blue C M Y K H S L
Decimal 162 219 155 0.26 0 0.29 0.14 113.44 0.47 0.73
Hex A2 DB 9B 1A 0 1D E 71 2F 49
Octal 242 333 233 32 0 35 16 161 57 111
Binary 10100010 11011011 10011011 11010 0 11101 1110 1110001 101111 1001001

Color Harmonies of #A2DB9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2DB9B

Black with #A2DB9B

Text Example


Text Example

White with #A2DB9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2DB9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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