Html Css Color HEX #A2E872 Feijoa

📋 copy color: '#A2E872'

red 162 ◦ green 232 ◦ blue 114

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

Shades of Feijoa #A2E872

Tints of Feijoa #A2E872

RGB

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

 GREEN value IS 232 (91.02% from 255) = 45.67%

 BLUE value IS 114 (44.92% from 255) = 22.44%

R = 31.89%
G = 45.67%
B = 22.44%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#A2E872 (or 0xA2E872) is known color: Feijoa. HEX triplet: A2, E8 and 72. RGB value is (162,232,114). Sum of RGB (Red+Green+Blue) = 162+232+114=508 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.89% from 508); Green value is 232 (91.02% from 255 or 45.67% from 508); Blue value is 114 (44.92% from 255 or 22.44% from 508); Max value from RGB is 232 - color contains mainly: green. Hex color #A2E872 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2E872 is #5D178D. Grayscale: #C6C6C6. Windows color (decimal): -6100878 or 7530658. OLE color: 7530658.

HSL color Cylindrical-coordinate representation of color #A2E872: hue angle of 95.59º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A2E872 is Cyan = 0.30, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB 162 232 114 -
CMYK 0.30 0 0.51 0.09
HSL 95.59º 0.72% 0.68% -
HSV(B) 95.59º 0.51% 0.91% -
XYZ 46.79 66.61 26.31 -
YUV 197.62 80.81 102.59 -
System Red Green Blue C M Y K H S L
Decimal 162 232 114 0.30 0 0.51 0.09 95.59 0.72 0.68
Hex A2 E8 72 1E 0 33 9 60 48 44
Octal 242 350 162 36 0 63 11 140 110 104
Binary 10100010 11101000 1110010 11110 0 110011 1001 1100000 1001000 1000100

Color Harmonies of #A2E872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2E872

Black with #A2E872

Text Example


Text Example

White with #A2E872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2E872; }

 p { color: rgb(162,232,114); }

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

background-color css

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

 a { background-color: rgb(162,232,114); }

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

border-color css

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

 span { border-color: rgb(162,232,114); }

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