Html Css Color HEX #A2E081 Feijoa

📋 copy color: '#A2E081'

red 162 ◦ green 224 ◦ blue 129

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

Shades of Feijoa #A2E081

Tints of Feijoa #A2E081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 25.05%

R = 31.46%
G = 43.5%
B = 25.05%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.42

 K value IS 0.12

RGB Variations

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

Color information

#A2E081 (or 0xA2E081) is known color: Feijoa. HEX triplet: A2, E0 and 81. RGB value is (162,224,129). Sum of RGB (Red+Green+Blue) = 162+224+129=515 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.46% from 515); Green value is 224 (87.89% from 255 or 43.50% from 515); Blue value is 129 (50.78% from 255 or 25.05% from 515); Max value from RGB is 224 - color contains mainly: green. Hex color #A2E081 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2E081 is #5D1F7E. Grayscale: #C2C2C2. Windows color (decimal): -6102911 or 8511650. OLE color: 8511650.

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

Color convert

RGB 162 224 129 -
CMYK 0.28 0 0.42 0.12
HSL 99.16º 0.61% 0.69% -
HSV(B) 99.16º 0.42% 0.88% -
XYZ 45.52 62.58 30.45 -
YUV 194.63 90.96 104.72 -
System Red Green Blue C M Y K H S L
Decimal 162 224 129 0.28 0 0.42 0.12 99.16 0.61 0.69
Hex A2 E0 81 1C 0 2A C 63 3D 45
Octal 242 340 201 34 0 52 14 143 75 105
Binary 10100010 11100000 10000001 11100 0 101010 1100 1100011 111101 1000101

Color Harmonies of #A2E081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2E081

Black with #A2E081

Text Example


Text Example

White with #A2E081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2E081; }

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

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

background-color css

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

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

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

border-color css

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

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

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