Html Css Color HEX #A2D96C Feijoa

📋 copy color: '#A2D96C'

red 162 ◦ green 217 ◦ blue 108

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

Shades of Feijoa #A2D96C

Tints of Feijoa #A2D96C

RGB

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

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

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

R = 33.26%
G = 44.56%
B = 22.18%

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

#A2D96C (or 0xA2D96C) is known color: Feijoa. HEX triplet: A2, D9 and 6C. RGB value is (162,217,108). Sum of RGB (Red+Green+Blue) = 162+217+108=487 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.26% from 487); Green value is 217 (85.16% from 255 or 44.56% from 487); Blue value is 108 (42.58% from 255 or 22.18% from 487); Max value from RGB is 217 - color contains mainly: green. Hex color #A2D96C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D96C is #5D2693. Grayscale: #BCBCBC. Windows color (decimal): -6104724 or 7133602. OLE color: 7133602.

HSL color Cylindrical-coordinate representation of color #A2D96C: hue angle of 90.28º 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 #A2D96C is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 162 217 108 -
CMYK 0.25 0 0.50 0.15
HSL 90.28º 0.59% 0.64% -
HSV(B) 90.28º 0.5% 0.85% -
XYZ 42.42 58.39 23.22 -
YUV 188.13 82.78 109.36 -
System Red Green Blue C M Y K H S L
Decimal 162 217 108 0.25 0 0.50 0.15 90.28 0.59 0.64
Hex A2 D9 6C 19 0 32 F 5A 3B 40
Octal 242 331 154 31 0 62 17 132 73 100
Binary 10100010 11011001 1101100 11001 0 110010 1111 1011010 111011 1000000

Color Harmonies of #A2D96C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D96C

Black with #A2D96C

Text Example


Text Example

White with #A2D96C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D96C; }

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

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

background-color css

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

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

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

border-color css

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

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

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