Html Css Color HEX #A2E086 Feijoa

📋 copy color: '#A2E086'

red 162 ◦ green 224 ◦ blue 134

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

Shades of Feijoa #A2E086

Tints of Feijoa #A2E086

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 25.77%

R = 31.15%
G = 43.08%
B = 25.77%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.40

 K value IS 0.12

RGB Variations

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

Color information

#A2E086 (or 0xA2E086) is known color: Feijoa. HEX triplet: A2, E0 and 86. RGB value is (162,224,134). Sum of RGB (Red+Green+Blue) = 162+224+134=520 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.15% from 520); Green value is 224 (87.89% from 255 or 43.08% from 520); Blue value is 134 (52.73% from 255 or 25.77% from 520); Max value from RGB is 224 - color contains mainly: green. Hex color #A2E086 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2E086 is #5D1F79. Grayscale: #C3C3C3. Windows color (decimal): -6102906 or 8839330. OLE color: 8839330.

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

Color convert

RGB 162 224 134 -
CMYK 0.28 0 0.40 0.12
HSL 101.33º 0.59% 0.7% -
HSV(B) 101.33º 0.4% 0.88% -
XYZ 45.86 62.71 32.24 -
YUV 195.2 93.46 104.32 -
System Red Green Blue C M Y K H S L
Decimal 162 224 134 0.28 0 0.40 0.12 101.33 0.59 0.7
Hex A2 E0 86 1C 0 28 C 65 3B 46
Octal 242 340 206 34 0 50 14 145 73 106
Binary 10100010 11100000 10000110 11100 0 101000 1100 1100101 111011 1000110

Color Harmonies of #A2E086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2E086

Black with #A2E086

Text Example


Text Example

White with #A2E086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2E086; }

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

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

background-color css

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

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

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

border-color css

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

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

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