Html Css Color HEX #A2DC92 Granny Smith Apple

📋 copy color: '#A2DC92'

red 162 ◦ green 220 ◦ blue 146

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

Shades of Granny Smith Apple #A2DC92

Tints of Granny Smith Apple #A2DC92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 27.65%

R = 30.68%
G = 41.67%
B = 27.65%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#A2DC92 (or 0xA2DC92) is known color: Granny Smith Apple. HEX triplet: A2, DC and 92. RGB value is (162,220,146). Sum of RGB (Red+Green+Blue) = 162+220+146=528 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.68% from 528); Green value is 220 (86.33% from 255 or 41.67% from 528); Blue value is 146 (57.42% from 255 or 27.65% from 528); Max value from RGB is 220 - color contains mainly: green. Hex color #A2DC92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2DC92 is #5D236D. Grayscale: #C2C2C2. Windows color (decimal): -6103918 or 9624738. OLE color: 9624738.

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

Color convert

RGB 162 220 146 -
CMYK 0.26 0 0.34 0.14
HSL 107.03º 0.51% 0.72% -
HSV(B) 107.03º 0.34% 0.86% -
XYZ 45.68 60.94 36.55 -
YUV 194.22 100.78 105.02 -
System Red Green Blue C M Y K H S L
Decimal 162 220 146 0.26 0 0.34 0.14 107.03 0.51 0.72
Hex A2 DC 92 1A 0 22 E 6B 33 48
Octal 242 334 222 32 0 42 16 153 63 110
Binary 10100010 11011100 10010010 11010 0 100010 1110 1101011 110011 1001000

Color Harmonies of #A2DC92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2DC92

Black with #A2DC92

Text Example


Text Example

White with #A2DC92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2DC92; }

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

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

background-color css

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

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

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

border-color css

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

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

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