Html Css Color HEX #A1E376 Feijoa

📋 copy color: '#A1E376'

red 161 ◦ green 227 ◦ blue 118

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

Shades of Feijoa #A1E376

Tints of Feijoa #A1E376

RGB

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

 GREEN value IS 227 (89.06% from 255) = 44.86%

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

R = 31.82%
G = 44.86%
B = 23.32%

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

#A1E376 (or 0xA1E376) is known color: Feijoa. HEX triplet: A1, E3 and 76. RGB value is (161,227,118). Sum of RGB (Red+Green+Blue) = 161+227+118=506 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.82% from 506); Green value is 227 (89.06% from 255 or 44.86% from 506); Blue value is 118 (46.48% from 255 or 23.32% from 506); Max value from RGB is 227 - color contains mainly: green. Hex color #A1E376 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1E376 is #5E1C89. Grayscale: #C3C3C3. Windows color (decimal): -6167690 or 7791521. OLE color: 7791521.

HSL color Cylindrical-coordinate representation of color #A1E376: hue angle of 96.33º degrees, saturation: 0.66, 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 #A1E376 is Cyan = 0.29, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.

Color convert

RGB 161 227 118 -
CMYK 0.29 0 0.48 0.11
HSL 96.33º 0.66% 0.68% -
HSV(B) 96.33º 0.48% 0.89% -
XYZ 45.44 63.82 27.06 -
YUV 194.84 84.63 103.86 -
System Red Green Blue C M Y K H S L
Decimal 161 227 118 0.29 0 0.48 0.11 96.33 0.66 0.68
Hex A1 E3 76 1D 0 30 B 60 42 44
Octal 241 343 166 35 0 60 13 140 102 104
Binary 10100001 11100011 1110110 11101 0 110000 1011 1100000 1000010 1000100

Color Harmonies of #A1E376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E376

Black with #A1E376

Text Example


Text Example

White with #A1E376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E376; }

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

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

background-color css

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

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

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

border-color css

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

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

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