Html Css Color HEX #A2E084 Feijoa

📋 copy color: '#A2E084'

red 162 ◦ green 224 ◦ blue 132

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

Shades of Feijoa #A2E084

Tints of Feijoa #A2E084

RGB

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

 GREEN value IS 224 (87.89% from 255) = 43.24%

 BLUE value IS 132 (51.95% from 255) = 25.48%

R = 31.27%
G = 43.24%
B = 25.48%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#A2E084 (or 0xA2E084) is known color: Feijoa. HEX triplet: A2, E0 and 84. RGB value is (162,224,132). Sum of RGB (Red+Green+Blue) = 162+224+132=518 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.27% from 518); Green value is 224 (87.89% from 255 or 43.24% from 518); Blue value is 132 (51.95% from 255 or 25.48% from 518); Max value from RGB is 224 - color contains mainly: green. Hex color #A2E084 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2E084 is #5D1F7B. Grayscale: #C3C3C3. Windows color (decimal): -6102908 or 8708258. OLE color: 8708258.

HSL color Cylindrical-coordinate representation of color #A2E084: hue angle of 100.43º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A2E084 is Cyan = 0.28, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.

Color convert

RGB 162 224 132 -
CMYK 0.28 0 0.41 0.12
HSL 100.43º 0.6% 0.7% -
HSV(B) 100.43º 0.41% 0.88% -
XYZ 45.72 62.66 31.51 -
YUV 194.97 92.46 104.48 -
System Red Green Blue C M Y K H S L
Decimal 162 224 132 0.28 0 0.41 0.12 100.43 0.6 0.7
Hex A2 E0 84 1C 0 29 C 64 3C 46
Octal 242 340 204 34 0 51 14 144 74 106
Binary 10100010 11100000 10000100 11100 0 101001 1100 1100100 111100 1000110

Color Harmonies of #A2E084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2E084

Black with #A2E084

Text Example


Text Example

White with #A2E084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2E084; }

 p { color: rgb(162,224,132); }

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

background-color css

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

 a { background-color: rgb(162,224,132); }

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

border-color css

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

 span { border-color: rgb(162,224,132); }

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