Html Css Color HEX #A2DB95 Granny Smith Apple

📋 copy color: '#A2DB95'

red 162 ◦ green 219 ◦ blue 149

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

Shades of Granny Smith Apple #A2DB95

Tints of Granny Smith Apple #A2DB95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 28.11%

R = 30.57%
G = 41.32%
B = 28.11%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#A2DB95 (or 0xA2DB95) is known color: Granny Smith Apple. HEX triplet: A2, DB and 95. RGB value is (162,219,149). Sum of RGB (Red+Green+Blue) = 162+219+149=530 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.57% from 530); Green value is 219 (85.94% from 255 or 41.32% from 530); Blue value is 149 (58.59% from 255 or 28.11% from 530); Max value from RGB is 219 - color contains mainly: green. Hex color #A2DB95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2DB95 is #5D246A. Grayscale: #C2C2C2. Windows color (decimal): -6104171 or 9821090. OLE color: 9821090.

HSL color Cylindrical-coordinate representation of color #A2DB95: hue angle of 108.86º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A2DB95 is Cyan = 0.26, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB 162 219 149 -
CMYK 0.26 0 0.32 0.14
HSL 108.86º 0.49% 0.72% -
HSV(B) 108.86º 0.32% 0.86% -
XYZ 45.66 60.51 37.71 -
YUV 193.98 102.62 105.19 -
System Red Green Blue C M Y K H S L
Decimal 162 219 149 0.26 0 0.32 0.14 108.86 0.49 0.72
Hex A2 DB 95 1A 0 20 E 6D 31 48
Octal 242 333 225 32 0 40 16 155 61 110
Binary 10100010 11011011 10010101 11010 0 100000 1110 1101101 110001 1001000

Color Harmonies of #A2DB95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2DB95

Black with #A2DB95

Text Example


Text Example

White with #A2DB95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2DB95; }

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

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

background-color css

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

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

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

border-color css

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

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

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