Html Css Color HEX #A2DC77 Feijoa

📋 copy color: '#A2DC77'

red 162 ◦ green 220 ◦ blue 119

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

Shades of Feijoa #A2DC77

Tints of Feijoa #A2DC77

RGB

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

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

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

R = 32.34%
G = 43.91%
B = 23.75%

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

#A2DC77 (or 0xA2DC77) is known color: Feijoa. HEX triplet: A2, DC and 77. RGB value is (162,220,119). Sum of RGB (Red+Green+Blue) = 162+220+119=501 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.34% from 501); Green value is 220 (86.33% from 255 or 43.91% from 501); Blue value is 119 (46.88% from 255 or 23.75% from 501); Max value from RGB is 220 - color contains mainly: green. Hex color #A2DC77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2DC77 is #5D2388. Grayscale: #BFBFBF. Windows color (decimal): -6103945 or 7855266. OLE color: 7855266.

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

Color convert

RGB 162 220 119 -
CMYK 0.26 0 0.46 0.14
HSL 94.46º 0.59% 0.66% -
HSV(B) 94.46º 0.46% 0.86% -
XYZ 43.82 60.2 26.76 -
YUV 191.14 87.28 107.21 -
System Red Green Blue C M Y K H S L
Decimal 162 220 119 0.26 0 0.46 0.14 94.46 0.59 0.66
Hex A2 DC 77 1A 0 2E E 5E 3B 42
Octal 242 334 167 32 0 56 16 136 73 102
Binary 10100010 11011100 1110111 11010 0 101110 1110 1011110 111011 1000010

Color Harmonies of #A2DC77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2DC77

Black with #A2DC77

Text Example


Text Example

White with #A2DC77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2DC77; }

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

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

background-color css

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

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

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

border-color css

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

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

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