Html Css Color HEX #A2D96D Feijoa

📋 copy color: '#A2D96D'

red 162 ◦ green 217 ◦ blue 109

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

Shades of Feijoa #A2D96D

Tints of Feijoa #A2D96D

RGB

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

 GREEN value IS 217 (85.16% from 255) = 44.47%

 BLUE value IS 109 (42.97% from 255) = 22.34%

R = 33.2%
G = 44.47%
B = 22.34%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#A2D96D (or 0xA2D96D) is known color: Feijoa. HEX triplet: A2, D9 and 6D. RGB value is (162,217,109). Sum of RGB (Red+Green+Blue) = 162+217+109=488 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.20% from 488); Green value is 217 (85.16% from 255 or 44.47% from 488); Blue value is 109 (42.97% from 255 or 22.34% from 488); Max value from RGB is 217 - color contains mainly: green. Hex color #A2D96D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D96D is #5D2692. Grayscale: #BCBCBC. Windows color (decimal): -6104723 or 7199138. OLE color: 7199138.

HSL color Cylindrical-coordinate representation of color #A2D96D: hue angle of 90.56º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A2D96D is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 162 217 109 -
CMYK 0.25 0 0.50 0.15
HSL 90.56º 0.59% 0.64% -
HSV(B) 90.56º 0.5% 0.85% -
XYZ 42.47 58.41 23.5 -
YUV 188.24 83.28 109.28 -
System Red Green Blue C M Y K H S L
Decimal 162 217 109 0.25 0 0.50 0.15 90.56 0.59 0.64
Hex A2 D9 6D 19 0 32 F 5B 3B 40
Octal 242 331 155 31 0 62 17 133 73 100
Binary 10100010 11011001 1101101 11001 0 110010 1111 1011011 111011 1000000

Color Harmonies of #A2D96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D96D

Black with #A2D96D

Text Example


Text Example

White with #A2D96D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D96D; }

 p { color: rgb(162,217,109); }

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

background-color css

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

 a { background-color: rgb(162,217,109); }

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

border-color css

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

 span { border-color: rgb(162,217,109); }

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