Html Css Color HEX #A2E276 Feijoa

📋 copy color: '#A2E276'

red 162 ◦ green 226 ◦ blue 118

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

Shades of Feijoa #A2E276

Tints of Feijoa #A2E276

RGB

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

 GREEN value IS 226 (88.67% from 255) = 44.66%

 BLUE value IS 118 (46.48% from 255) = 23.32%

R = 32.02%
G = 44.66%
B = 23.32%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.48

 K value IS 0.11

RGB Variations

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

Color information

#A2E276 (or 0xA2E276) is known color: Feijoa. HEX triplet: A2, E2 and 76. RGB value is (162,226,118). Sum of RGB (Red+Green+Blue) = 162+226+118=506 (67% of max value = 765). Red value is 162 (63.67% from 255 or 32.02% from 506); Green value is 226 (88.67% from 255 or 44.66% from 506); Blue value is 118 (46.48% from 255 or 23.32% from 506); Max value from RGB is 226 - color contains mainly: green. Hex color #A2E276 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2E276 is #5D1D89. Grayscale: #C2C2C2. Windows color (decimal): -6102410 or 7791266. OLE color: 7791266.

HSL color Cylindrical-coordinate representation of color #A2E276: hue angle of 95.56º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A2E276 is Cyan = 0.28, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.

Color convert

RGB 162 226 118 -
CMYK 0.28 0 0.48 0.11
HSL 95.56º 0.65% 0.67% -
HSV(B) 95.56º 0.48% 0.89% -
XYZ 45.37 63.38 26.98 -
YUV 194.55 84.8 104.78 -
System Red Green Blue C M Y K H S L
Decimal 162 226 118 0.28 0 0.48 0.11 95.56 0.65 0.67
Hex A2 E2 76 1C 0 30 B 60 41 43
Octal 242 342 166 34 0 60 13 140 101 103
Binary 10100010 11100010 1110110 11100 0 110000 1011 1100000 1000001 1000011

Color Harmonies of #A2E276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2E276

Black with #A2E276

Text Example


Text Example

White with #A2E276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2E276; }

 p { color: rgb(162,226,118); }

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

background-color css

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

 a { background-color: rgb(162,226,118); }

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

border-color css

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

 span { border-color: rgb(162,226,118); }

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