Html Css Color HEX #A2DD77 Feijoa

📋 copy color: '#A2DD77'

red 162 ◦ green 221 ◦ blue 119

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

Shades of Feijoa #A2DD77

Tints of Feijoa #A2DD77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 23.71%

R = 32.27%
G = 44.02%
B = 23.71%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#A2DD77 (or 0xA2DD77) is known color: Feijoa. HEX triplet: A2, DD and 77. RGB value is (162,221,119). Sum of RGB (Red+Green+Blue) = 162+221+119=502 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.27% from 502); Green value is 221 (86.72% from 255 or 44.02% from 502); Blue value is 119 (46.88% from 255 or 23.71% from 502); Max value from RGB is 221 - color contains mainly: green. Hex color #A2DD77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2DD77 is #5D2288. Grayscale: #C0C0C0. Windows color (decimal): -6103689 or 7855522. OLE color: 7855522.

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

Color convert

RGB 162 221 119 -
CMYK 0.27 0 0.46 0.13
HSL 94.71º 0.6% 0.67% -
HSV(B) 94.71º 0.46% 0.87% -
XYZ 44.09 60.73 26.85 -
YUV 191.73 86.95 106.79 -
System Red Green Blue C M Y K H S L
Decimal 162 221 119 0.27 0 0.46 0.13 94.71 0.6 0.67
Hex A2 DD 77 1B 0 2E D 5F 3C 43
Octal 242 335 167 33 0 56 15 137 74 103
Binary 10100010 11011101 1110111 11011 0 101110 1101 1011111 111100 1000011

Color Harmonies of #A2DD77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2DD77

Black with #A2DD77

Text Example


Text Example

White with #A2DD77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2DD77; }

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

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

background-color css

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

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

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

border-color css

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

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

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