Html Css Color HEX #A2DC95 Granny Smith Apple

📋 copy color: '#A2DC95'

red 162 ◦ green 220 ◦ blue 149

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

Shades of Granny Smith Apple #A2DC95

Tints of Granny Smith Apple #A2DC95

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.43%

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

R = 30.51%
G = 41.43%
B = 28.06%

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

#A2DC95 (or 0xA2DC95) is known color: Granny Smith Apple. HEX triplet: A2, DC and 95. RGB value is (162,220,149). Sum of RGB (Red+Green+Blue) = 162+220+149=531 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.51% from 531); Green value is 220 (86.33% from 255 or 41.43% from 531); Blue value is 149 (58.59% from 255 or 28.06% from 531); Max value from RGB is 220 - color contains mainly: green. Hex color #A2DC95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2DC95 is #5D236A. Grayscale: #C2C2C2. Windows color (decimal): -6103915 or 9821346. OLE color: 9821346.

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

Color convert

RGB 162 220 149 -
CMYK 0.26 0 0.32 0.14
HSL 109.01º 0.5% 0.72% -
HSV(B) 109.01º 0.32% 0.86% -
XYZ 45.92 61.04 37.8 -
YUV 194.56 102.28 104.77 -
System Red Green Blue C M Y K H S L
Decimal 162 220 149 0.26 0 0.32 0.14 109.01 0.5 0.72
Hex A2 DC 95 1A 0 20 E 6D 32 48
Octal 242 334 225 32 0 40 16 155 62 110
Binary 10100010 11011100 10010101 11010 0 100000 1110 1101101 110010 1001000

Color Harmonies of #A2DC95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2DC95

Black with #A2DC95

Text Example


Text Example

White with #A2DC95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2DC95; }

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

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

background-color css

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

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

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

border-color css

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

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

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