Html Css Color HEX #A1E582 Feijoa

📋 copy color: '#A1E582'

red 161 ◦ green 229 ◦ blue 130

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

Shades of Feijoa #A1E582

Tints of Feijoa #A1E582

RGB

 RED value IS 161 (63.28% from 255) = 30.96%

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

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

R = 30.96%
G = 44.04%
B = 25%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.43

 K value IS 0.10

RGB Variations

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

Color information

#A1E582 (or 0xA1E582) is known color: Feijoa. HEX triplet: A1, E5 and 82. RGB value is (161,229,130). Sum of RGB (Red+Green+Blue) = 161+229+130=520 (68% of max value = 765). Red value is 161 (63.28% from 255 or 30.96% from 520); Green value is 229 (89.84% from 255 or 44.04% from 520); Blue value is 130 (51.17% from 255 or 25% from 520); Max value from RGB is 229 - color contains mainly: green. Hex color #A1E582 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1E582 is #5E1A7D. Grayscale: #C5C5C5. Windows color (decimal): -6167166 or 8578465. OLE color: 8578465.

HSL color Cylindrical-coordinate representation of color #A1E582: hue angle of 101.21º 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 #A1E582 is Cyan = 0.30, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.10.

Color convert

RGB 161 229 130 -
CMYK 0.30 0 0.43 0.10
HSL 101.21º 0.66% 0.7% -
HSV(B) 101.21º 0.43% 0.9% -
XYZ 46.75 65.23 31.25 -
YUV 197.38 89.97 102.05 -
System Red Green Blue C M Y K H S L
Decimal 161 229 130 0.30 0 0.43 0.10 101.21 0.66 0.7
Hex A1 E5 82 1E 0 2B A 65 42 46
Octal 241 345 202 36 0 53 12 145 102 106
Binary 10100001 11100101 10000010 11110 0 101011 1010 1100101 1000010 1000110

Color Harmonies of #A1E582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E582

Black with #A1E582

Text Example


Text Example

White with #A1E582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E582; }

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

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

background-color css

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

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

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

border-color css

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

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

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