Html Css Color HEX #A1EF76 Feijoa

📋 copy color: '#A1EF76'

red 161 ◦ green 239 ◦ blue 118

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

Shades of Feijoa #A1EF76

Tints of Feijoa #A1EF76

RGB

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

 GREEN value IS 239 (93.75% from 255) = 46.14%

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

R = 31.08%
G = 46.14%
B = 22.78%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#A1EF76 (or 0xA1EF76) is known color: Feijoa. HEX triplet: A1, EF and 76. RGB value is (161,239,118). Sum of RGB (Red+Green+Blue) = 161+239+118=518 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.08% from 518); Green value is 239 (93.75% from 255 or 46.14% from 518); Blue value is 118 (46.48% from 255 or 22.78% from 518); Max value from RGB is 239 - color contains mainly: green. Hex color #A1EF76 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1EF76 is #5E1089. Grayscale: #CACACA. Windows color (decimal): -6164618 or 7794593. OLE color: 7794593.

HSL color Cylindrical-coordinate representation of color #A1EF76: hue angle of 98.68º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A1EF76 is Cyan = 0.33, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB 161 239 118 -
CMYK 0.33 0 0.51 0.06
HSL 98.68º 0.79% 0.7% -
HSV(B) 98.68º 0.51% 0.94% -
XYZ 48.83 70.62 28.2 -
YUV 201.88 80.66 98.84 -
System Red Green Blue C M Y K H S L
Decimal 161 239 118 0.33 0 0.51 0.06 98.68 0.79 0.7
Hex A1 EF 76 21 0 33 6 63 4F 46
Octal 241 357 166 41 0 63 6 143 117 106
Binary 10100001 11101111 1110110 100001 0 110011 110 1100011 1001111 1000110

Color Harmonies of #A1EF76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1EF76

Black with #A1EF76

Text Example


Text Example

White with #A1EF76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1EF76; }

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

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

background-color css

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

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

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

border-color css

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

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

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