Html Css Color HEX #A2E486 Feijoa

📋 copy color: '#A2E486'

red 162 ◦ green 228 ◦ blue 134

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

Shades of Feijoa #A2E486

Tints of Feijoa #A2E486

RGB

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

 GREEN value IS 228 (89.45% from 255) = 43.51%

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

R = 30.92%
G = 43.51%
B = 25.57%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.41

 K value IS 0.11

RGB Variations

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

Color information

#A2E486 (or 0xA2E486) is known color: Feijoa. HEX triplet: A2, E4 and 86. RGB value is (162,228,134). Sum of RGB (Red+Green+Blue) = 162+228+134=524 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.92% from 524); Green value is 228 (89.45% from 255 or 43.51% from 524); Blue value is 134 (52.73% from 255 or 25.57% from 524); Max value from RGB is 228 - color contains mainly: green. Hex color #A2E486 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2E486 is #5D1B79. Grayscale: #C5C5C5. Windows color (decimal): -6101882 or 8840354. OLE color: 8840354.

HSL color Cylindrical-coordinate representation of color #A2E486: hue angle of 102.13º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A2E486 is Cyan = 0.29, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.

Color convert

RGB 162 228 134 -
CMYK 0.29 0 0.41 0.11
HSL 102.13º 0.64% 0.71% -
HSV(B) 102.13º 0.41% 0.89% -
XYZ 46.95 64.89 32.6 -
YUV 197.55 92.13 102.64 -
System Red Green Blue C M Y K H S L
Decimal 162 228 134 0.29 0 0.41 0.11 102.13 0.64 0.71
Hex A2 E4 86 1D 0 29 B 66 40 47
Octal 242 344 206 35 0 51 13 146 100 107
Binary 10100010 11100100 10000110 11101 0 101001 1011 1100110 1000000 1000111

Color Harmonies of #A2E486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2E486

Black with #A2E486

Text Example


Text Example

White with #A2E486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2E486; }

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

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

background-color css

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

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

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

border-color css

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

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

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