Html Css Color HEX #A2DD76 Feijoa

📋 copy color: '#A2DD76'

red 162 ◦ green 221 ◦ blue 118

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

Shades of Feijoa #A2DD76

Tints of Feijoa #A2DD76

RGB

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

 GREEN value IS 221 (86.72% from 255) = 44.11%

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

R = 32.34%
G = 44.11%
B = 23.55%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#A2DD76 (or 0xA2DD76) is known color: Feijoa. HEX triplet: A2, DD and 76. RGB value is (162,221,118). Sum of RGB (Red+Green+Blue) = 162+221+118=501 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.34% from 501); Green value is 221 (86.72% from 255 or 44.11% from 501); Blue value is 118 (46.48% from 255 or 23.55% from 501); Max value from RGB is 221 - color contains mainly: green. Hex color #A2DD76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2DD76 is #5D2289. Grayscale: #BFBFBF. Windows color (decimal): -6103690 or 7789986. OLE color: 7789986.

HSL color Cylindrical-coordinate representation of color #A2DD76: hue angle of 94.37º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A2DD76 is Cyan = 0.27, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB 162 221 118 -
CMYK 0.27 0 0.47 0.13
HSL 94.37º 0.6% 0.66% -
HSV(B) 94.37º 0.47% 0.87% -
XYZ 44.03 60.7 26.54 -
YUV 191.62 86.45 106.88 -
System Red Green Blue C M Y K H S L
Decimal 162 221 118 0.27 0 0.47 0.13 94.37 0.6 0.66
Hex A2 DD 76 1B 0 2F D 5E 3C 42
Octal 242 335 166 33 0 57 15 136 74 102
Binary 10100010 11011101 1110110 11011 0 101111 1101 1011110 111100 1000010

Color Harmonies of #A2DD76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2DD76

Black with #A2DD76

Text Example


Text Example

White with #A2DD76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2DD76; }

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

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

background-color css

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

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

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

border-color css

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

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

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