Html Css Color HEX #A2D66A Feijoa

📋 copy color: '#A2D66A'

red 162 ◦ green 214 ◦ blue 106

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

Shades of Feijoa #A2D66A

Tints of Feijoa #A2D66A

RGB

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

 GREEN value IS 214 (83.98% from 255) = 44.4%

 BLUE value IS 106 (41.8% from 255) = 21.99%

R = 33.61%
G = 44.4%
B = 21.99%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#A2D66A (or 0xA2D66A) is known color: Feijoa. HEX triplet: A2, D6 and 6A. RGB value is (162,214,106). Sum of RGB (Red+Green+Blue) = 162+214+106=482 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.61% from 482); Green value is 214 (83.98% from 255 or 44.40% from 482); Blue value is 106 (41.80% from 255 or 21.99% from 482); Max value from RGB is 214 - color contains mainly: green. Hex color #A2D66A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D66A is #5D2995. Grayscale: #BABABA. Windows color (decimal): -6105494 or 7001762. OLE color: 7001762.

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

Color convert

RGB 162 214 106 -
CMYK 0.24 0 0.50 0.16
HSL 88.89º 0.57% 0.63% -
HSV(B) 88.89º 0.5% 0.84% -
XYZ 41.55 56.82 22.41 -
YUV 186.14 82.77 110.78 -
System Red Green Blue C M Y K H S L
Decimal 162 214 106 0.24 0 0.50 0.16 88.89 0.57 0.63
Hex A2 D6 6A 18 0 32 10 59 39 3F
Octal 242 326 152 30 0 62 20 131 71 77
Binary 10100010 11010110 1101010 11000 0 110010 10000 1011001 111001 111111

Color Harmonies of #A2D66A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D66A

Black with #A2D66A

Text Example


Text Example

White with #A2D66A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D66A; }

 p { color: rgb(162,214,106); }

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

background-color css

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

 a { background-color: rgb(162,214,106); }

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

border-color css

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

 span { border-color: rgb(162,214,106); }

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