Html Css Color HEX #A1DD73 Feijoa

📋 copy color: '#A1DD73'

red 161 ◦ green 221 ◦ blue 115

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

Shades of Feijoa #A1DD73

Tints of Feijoa #A1DD73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 23.14%

R = 32.39%
G = 44.47%
B = 23.14%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#A1DD73 (or 0xA1DD73) is known color: Feijoa. HEX triplet: A1, DD and 73. RGB value is (161,221,115). Sum of RGB (Red+Green+Blue) = 161+221+115=497 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.39% from 497); Green value is 221 (86.72% from 255 or 44.47% from 497); Blue value is 115 (45.31% from 255 or 23.14% from 497); Max value from RGB is 221 - color contains mainly: green. Hex color #A1DD73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1DD73 is #5E228C. Grayscale: #BFBFBF. Windows color (decimal): -6169229 or 7593377. OLE color: 7593377.

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

Color convert

RGB 161 221 115 -
CMYK 0.27 0 0.48 0.13
HSL 93.96º 0.61% 0.66% -
HSV(B) 93.96º 0.48% 0.87% -
XYZ 43.65 60.53 25.6 -
YUV 190.98 85.12 106.62 -
System Red Green Blue C M Y K H S L
Decimal 161 221 115 0.27 0 0.48 0.13 93.96 0.61 0.66
Hex A1 DD 73 1B 0 30 D 5E 3D 42
Octal 241 335 163 33 0 60 15 136 75 102
Binary 10100001 11011101 1110011 11011 0 110000 1101 1011110 111101 1000010

Color Harmonies of #A1DD73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DD73

Black with #A1DD73

Text Example


Text Example

White with #A1DD73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DD73; }

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

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

background-color css

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

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

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

border-color css

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

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

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