Html Css Color HEX #A2E582 Feijoa

📋 copy color: '#A2E582'

red 162 ◦ green 229 ◦ blue 130

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

Shades of Feijoa #A2E582

Tints of Feijoa #A2E582

RGB

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

 GREEN value IS 229 (89.84% from 255) = 43.95%

 BLUE value IS 130 (51.17% from 255) = 24.95%

R = 31.09%
G = 43.95%
B = 24.95%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.43

 K value IS 0.10

RGB Variations

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

Color information

#A2E582 (or 0xA2E582) is known color: Feijoa. HEX triplet: A2, E5 and 82. RGB value is (162,229,130). Sum of RGB (Red+Green+Blue) = 162+229+130=521 (69% of max value = 765). Red value is 162 (63.67% from 255 or 31.09% from 521); Green value is 229 (89.84% from 255 or 43.95% from 521); Blue value is 130 (51.17% from 255 or 24.95% from 521); Max value from RGB is 229 - color contains mainly: green. Hex color #A2E582 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2E582 is #5D1A7D. Grayscale: #C6C6C6. Windows color (decimal): -6101630 or 8578466. OLE color: 8578466.

HSL color Cylindrical-coordinate representation of color #A2E582: hue angle of 100.61º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A2E582 is Cyan = 0.29, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.10.

Color convert

RGB 162 229 130 -
CMYK 0.29 0 0.43 0.10
HSL 100.61º 0.66% 0.7% -
HSV(B) 100.61º 0.43% 0.9% -
XYZ 46.95 65.33 31.25 -
YUV 197.68 89.8 102.55 -
System Red Green Blue C M Y K H S L
Decimal 162 229 130 0.29 0 0.43 0.10 100.61 0.66 0.7
Hex A2 E5 82 1D 0 2B A 65 42 46
Octal 242 345 202 35 0 53 12 145 102 106
Binary 10100010 11100101 10000010 11101 0 101011 1010 1100101 1000010 1000110

Color Harmonies of #A2E582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2E582

Black with #A2E582

Text Example


Text Example

White with #A2E582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2E582; }

 p { color: rgb(162,229,130); }

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

background-color css

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

 a { background-color: rgb(162,229,130); }

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

border-color css

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

 span { border-color: rgb(162,229,130); }

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