Html Css Color HEX #A2E083 Feijoa

📋 copy color: '#A2E083'

red 162 ◦ green 224 ◦ blue 131

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

Shades of Feijoa #A2E083

Tints of Feijoa #A2E083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 25.34%

R = 31.33%
G = 43.33%
B = 25.34%

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

#A2E083 (or 0xA2E083) is known color: Feijoa. HEX triplet: A2, E0 and 83. RGB value is (162,224,131). Sum of RGB (Red+Green+Blue) = 162+224+131=517 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.33% from 517); Green value is 224 (87.89% from 255 or 43.33% from 517); Blue value is 131 (51.56% from 255 or 25.34% from 517); Max value from RGB is 224 - color contains mainly: green. Hex color #A2E083 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2E083 is #5D1F7C. Grayscale: #C3C3C3. Windows color (decimal): -6102909 or 8642722. OLE color: 8642722.

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

Color convert

RGB 162 224 131 -
CMYK 0.28 0 0.42 0.12
HSL 100º 0.6% 0.7% -
HSV(B) 100º 0.42% 0.88% -
XYZ 45.65 62.63 31.16 -
YUV 194.86 91.96 104.56 -
System Red Green Blue C M Y K H S L
Decimal 162 224 131 0.28 0 0.42 0.12 100 0.6 0.7
Hex A2 E0 83 1C 0 2A C 64 3C 46
Octal 242 340 203 34 0 52 14 144 74 106
Binary 10100010 11100000 10000011 11100 0 101010 1100 1100100 111100 1000110

Color Harmonies of #A2E083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2E083

Black with #A2E083

Text Example


Text Example

White with #A2E083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2E083; }

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

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

background-color css

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

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

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

border-color css

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

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

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