Html Css Color HEX #A1DC77 Feijoa

📋 copy color: '#A1DC77'

red 161 ◦ green 220 ◦ blue 119

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

Shades of Feijoa #A1DC77

Tints of Feijoa #A1DC77

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44%

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

R = 32.2%
G = 44%
B = 23.8%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#A1DC77 (or 0xA1DC77) is known color: Feijoa. HEX triplet: A1, DC and 77. RGB value is (161,220,119). Sum of RGB (Red+Green+Blue) = 161+220+119=500 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.2% from 500); Green value is 220 (86.33% from 255 or 44% from 500); Blue value is 119 (46.88% from 255 or 23.8% from 500); Max value from RGB is 220 - color contains mainly: green. Hex color #A1DC77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1DC77 is #5E2388. Grayscale: #BFBFBF. Windows color (decimal): -6169481 or 7855265. OLE color: 7855265.

HSL color Cylindrical-coordinate representation of color #A1DC77: hue angle of 95.05º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A1DC77 is Cyan = 0.27, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB 161 220 119 -
CMYK 0.27 0 0.46 0.14
HSL 95.05º 0.59% 0.66% -
HSV(B) 95.05º 0.46% 0.86% -
XYZ 43.62 60.1 26.75 -
YUV 190.85 87.45 106.71 -
System Red Green Blue C M Y K H S L
Decimal 161 220 119 0.27 0 0.46 0.14 95.05 0.59 0.66
Hex A1 DC 77 1B 0 2E E 5F 3B 42
Octal 241 334 167 33 0 56 16 137 73 102
Binary 10100001 11011100 1110111 11011 0 101110 1110 1011111 111011 1000010

Color Harmonies of #A1DC77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DC77

Black with #A1DC77

Text Example


Text Example

White with #A1DC77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DC77; }

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

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

background-color css

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

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

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

border-color css

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

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

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