Html Css Color HEX #A1DD76 Feijoa

📋 copy color: '#A1DD76'

red 161 ◦ green 221 ◦ blue 118

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

Shades of Feijoa #A1DD76

Tints of Feijoa #A1DD76

RGB

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

 GREEN value IS 221 (86.72% from 255) = 44.2%

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

R = 32.2%
G = 44.2%
B = 23.6%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#A1DD76 (or 0xA1DD76) is known color: Feijoa. HEX triplet: A1, DD and 76. RGB value is (161,221,118). Sum of RGB (Red+Green+Blue) = 161+221+118=500 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.2% from 500); Green value is 221 (86.72% from 255 or 44.2% from 500); Blue value is 118 (46.48% from 255 or 23.6% from 500); Max value from RGB is 221 - color contains mainly: green. Hex color #A1DD76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1DD76 is #5E2289. Grayscale: #BFBFBF. Windows color (decimal): -6169226 or 7789985. OLE color: 7789985.

HSL color Cylindrical-coordinate representation of color #A1DD76: hue angle of 94.95º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A1DD76 is Cyan = 0.27, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB 161 221 118 -
CMYK 0.27 0 0.47 0.13
HSL 94.95º 0.6% 0.66% -
HSV(B) 94.95º 0.47% 0.87% -
XYZ 43.82 60.6 26.53 -
YUV 191.32 86.62 106.38 -
System Red Green Blue C M Y K H S L
Decimal 161 221 118 0.27 0 0.47 0.13 94.95 0.6 0.66
Hex A1 DD 76 1B 0 2F D 5F 3C 42
Octal 241 335 166 33 0 57 15 137 74 102
Binary 10100001 11011101 1110110 11011 0 101111 1101 1011111 111100 1000010

Color Harmonies of #A1DD76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DD76

Black with #A1DD76

Text Example


Text Example

White with #A1DD76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DD76; }

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

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

background-color css

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

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

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

border-color css

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

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

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