Html Css Color HEX #A1E485 Feijoa

📋 copy color: '#A1E485'

red 161 ◦ green 228 ◦ blue 133

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

Shades of Feijoa #A1E485

Tints of Feijoa #A1E485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 25.48%

R = 30.84%
G = 43.68%
B = 25.48%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.42

 K value IS 0.11

RGB Variations

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

Color information

#A1E485 (or 0xA1E485) is known color: Feijoa. HEX triplet: A1, E4 and 85. RGB value is (161,228,133). Sum of RGB (Red+Green+Blue) = 161+228+133=522 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.84% from 522); Green value is 228 (89.45% from 255 or 43.68% from 522); Blue value is 133 (52.34% from 255 or 25.48% from 522); Max value from RGB is 228 - color contains mainly: green. Hex color #A1E485 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1E485 is #5E1B7A. Grayscale: #C5C5C5. Windows color (decimal): -6167419 or 8774817. OLE color: 8774817.

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

Color convert

RGB 161 228 133 -
CMYK 0.29 0 0.42 0.11
HSL 102.32º 0.64% 0.71% -
HSV(B) 102.32º 0.42% 0.89% -
XYZ 46.67 64.76 32.23 -
YUV 197.14 91.8 102.22 -
System Red Green Blue C M Y K H S L
Decimal 161 228 133 0.29 0 0.42 0.11 102.32 0.64 0.71
Hex A1 E4 85 1D 0 2A B 66 40 47
Octal 241 344 205 35 0 52 13 146 100 107
Binary 10100001 11100100 10000101 11101 0 101010 1011 1100110 1000000 1000111

Color Harmonies of #A1E485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E485

Black with #A1E485

Text Example


Text Example

White with #A1E485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E485; }

 p { color: rgb(161,228,133); }

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

background-color css

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

 a { background-color: rgb(161,228,133); }

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

border-color css

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

 span { border-color: rgb(161,228,133); }

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