Html Css Color HEX #A2D76C Feijoa

📋 copy color: '#A2D76C'

red 162 ◦ green 215 ◦ blue 108

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

Shades of Feijoa #A2D76C

Tints of Feijoa #A2D76C

RGB

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

 GREEN value IS 215 (84.38% from 255) = 44.33%

 BLUE value IS 108 (42.58% from 255) = 22.27%

R = 33.4%
G = 44.33%
B = 22.27%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#A2D76C (or 0xA2D76C) is known color: Feijoa. HEX triplet: A2, D7 and 6C. RGB value is (162,215,108). Sum of RGB (Red+Green+Blue) = 162+215+108=485 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.40% from 485); Green value is 215 (84.38% from 255 or 44.33% from 485); Blue value is 108 (42.58% from 255 or 22.27% from 485); Max value from RGB is 215 - color contains mainly: green. Hex color #A2D76C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D76C is #5D2893. Grayscale: #BBBBBB. Windows color (decimal): -6105236 or 7133090. OLE color: 7133090.

HSL color Cylindrical-coordinate representation of color #A2D76C: hue angle of 89.72º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A2D76C is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 162 215 108 -
CMYK 0.25 0 0.50 0.16
HSL 89.72º 0.57% 0.63% -
HSV(B) 89.72º 0.5% 0.84% -
XYZ 41.91 57.36 23.05 -
YUV 186.96 83.44 110.2 -
System Red Green Blue C M Y K H S L
Decimal 162 215 108 0.25 0 0.50 0.16 89.72 0.57 0.63
Hex A2 D7 6C 19 0 32 10 5A 39 3F
Octal 242 327 154 31 0 62 20 132 71 77
Binary 10100010 11010111 1101100 11001 0 110010 10000 1011010 111001 111111

Color Harmonies of #A2D76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D76C

Black with #A2D76C

Text Example


Text Example

White with #A2D76C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D76C; }

 p { color: rgb(162,215,108); }

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

background-color css

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

 a { background-color: rgb(162,215,108); }

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

border-color css

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

 span { border-color: rgb(162,215,108); }

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