Html Css Color HEX #A1E277 Feijoa

📋 copy color: '#A1E277'

red 161 ◦ green 226 ◦ blue 119

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

Shades of Feijoa #A1E277

Tints of Feijoa #A1E277

RGB

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

 GREEN value IS 226 (88.67% from 255) = 44.66%

 BLUE value IS 119 (46.88% from 255) = 23.52%

R = 31.82%
G = 44.66%
B = 23.52%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.47

 K value IS 0.11

RGB Variations

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

Color information

#A1E277 (or 0xA1E277) is known color: Feijoa. HEX triplet: A1, E2 and 77. RGB value is (161,226,119). Sum of RGB (Red+Green+Blue) = 161+226+119=506 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.82% from 506); Green value is 226 (88.67% from 255 or 44.66% from 506); Blue value is 119 (46.88% from 255 or 23.52% from 506); Max value from RGB is 226 - color contains mainly: green. Hex color #A1E277 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1E277 is #5E1D88. Grayscale: #C2C2C2. Windows color (decimal): -6167945 or 7856801. OLE color: 7856801.

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

Color convert

RGB 161 226 119 -
CMYK 0.29 0 0.47 0.11
HSL 96.45º 0.65% 0.68% -
HSV(B) 96.45º 0.47% 0.89% -
XYZ 45.22 63.3 27.29 -
YUV 194.37 85.47 104.2 -
System Red Green Blue C M Y K H S L
Decimal 161 226 119 0.29 0 0.47 0.11 96.45 0.65 0.68
Hex A1 E2 77 1D 0 2F B 60 41 44
Octal 241 342 167 35 0 57 13 140 101 104
Binary 10100001 11100010 1110111 11101 0 101111 1011 1100000 1000001 1000100

Color Harmonies of #A1E277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E277

Black with #A1E277

Text Example


Text Example

White with #A1E277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E277; }

 p { color: rgb(161,226,119); }

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

background-color css

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

 a { background-color: rgb(161,226,119); }

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

border-color css

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

 span { border-color: rgb(161,226,119); }

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