Html Css Color HEX #A2DC76 Feijoa

📋 copy color: '#A2DC76'

red 162 ◦ green 220 ◦ blue 118

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

Shades of Feijoa #A2DC76

Tints of Feijoa #A2DC76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 23.6%

R = 32.4%
G = 44%
B = 23.6%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#A2DC76 (or 0xA2DC76) is known color: Feijoa. HEX triplet: A2, DC and 76. RGB value is (162,220,118). Sum of RGB (Red+Green+Blue) = 162+220+118=500 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.4% from 500); Green value is 220 (86.33% from 255 or 44% from 500); Blue value is 118 (46.48% from 255 or 23.6% from 500); Max value from RGB is 220 - color contains mainly: green. Hex color #A2DC76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2DC76 is #5D2389. Grayscale: #BFBFBF. Windows color (decimal): -6103946 or 7789730. OLE color: 7789730.

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

Color convert

RGB 162 220 118 -
CMYK 0.26 0 0.46 0.14
HSL 94.12º 0.59% 0.66% -
HSV(B) 94.12º 0.46% 0.86% -
XYZ 43.76 60.18 26.45 -
YUV 191.03 86.78 107.29 -
System Red Green Blue C M Y K H S L
Decimal 162 220 118 0.26 0 0.46 0.14 94.12 0.59 0.66
Hex A2 DC 76 1A 0 2E E 5E 3B 42
Octal 242 334 166 32 0 56 16 136 73 102
Binary 10100010 11011100 1110110 11010 0 101110 1110 1011110 111011 1000010

Color Harmonies of #A2DC76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2DC76

Black with #A2DC76

Text Example


Text Example

White with #A2DC76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2DC76; }

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

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

background-color css

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

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

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

border-color css

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

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

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