Html Css Color HEX #A1E476 Feijoa

📋 copy color: '#A1E476'

red 161 ◦ green 228 ◦ blue 118

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

Shades of Feijoa #A1E476

Tints of Feijoa #A1E476

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 23.27%

R = 31.76%
G = 44.97%
B = 23.27%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.48

 K value IS 0.11

RGB Variations

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

Color information

#A1E476 (or 0xA1E476) is known color: Feijoa. HEX triplet: A1, E4 and 76. RGB value is (161,228,118). Sum of RGB (Red+Green+Blue) = 161+228+118=507 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.76% from 507); Green value is 228 (89.45% from 255 or 44.97% from 507); Blue value is 118 (46.48% from 255 or 23.27% from 507); Max value from RGB is 228 - color contains mainly: green. Hex color #A1E476 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1E476 is #5E1B89. Grayscale: #C3C3C3. Windows color (decimal): -6167434 or 7791777. OLE color: 7791777.

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

Color convert

RGB 161 228 118 -
CMYK 0.29 0 0.48 0.11
HSL 96.55º 0.67% 0.68% -
HSV(B) 96.55º 0.48% 0.89% -
XYZ 45.71 64.37 27.16 -
YUV 195.43 84.3 103.44 -
System Red Green Blue C M Y K H S L
Decimal 161 228 118 0.29 0 0.48 0.11 96.55 0.67 0.68
Hex A1 E4 76 1D 0 30 B 61 43 44
Octal 241 344 166 35 0 60 13 141 103 104
Binary 10100001 11100100 1110110 11101 0 110000 1011 1100001 1000011 1000100

Color Harmonies of #A1E476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E476

Black with #A1E476

Text Example


Text Example

White with #A1E476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E476; }

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

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

background-color css

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

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

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

border-color css

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

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

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