Html Css Color HEX #A1DC75 Feijoa

📋 copy color: '#A1DC75'

red 161 ◦ green 220 ◦ blue 117

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

Shades of Feijoa #A1DC75

Tints of Feijoa #A1DC75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.49%

R = 32.33%
G = 44.18%
B = 23.49%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#A1DC75 (or 0xA1DC75) is known color: Feijoa. HEX triplet: A1, DC and 75. RGB value is (161,220,117). Sum of RGB (Red+Green+Blue) = 161+220+117=498 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.33% from 498); Green value is 220 (86.33% from 255 or 44.18% from 498); Blue value is 117 (46.09% from 255 or 23.49% from 498); Max value from RGB is 220 - color contains mainly: green. Hex color #A1DC75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1DC75 is #5E238A. Grayscale: #BEBEBE. Windows color (decimal): -6169483 or 7724193. OLE color: 7724193.

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

Color convert

RGB 161 220 117 -
CMYK 0.27 0 0.47 0.14
HSL 94.37º 0.6% 0.66% -
HSV(B) 94.37º 0.47% 0.86% -
XYZ 43.5 60.05 26.13 -
YUV 190.62 86.45 106.88 -
System Red Green Blue C M Y K H S L
Decimal 161 220 117 0.27 0 0.47 0.14 94.37 0.6 0.66
Hex A1 DC 75 1B 0 2F E 5E 3C 42
Octal 241 334 165 33 0 57 16 136 74 102
Binary 10100001 11011100 1110101 11011 0 101111 1110 1011110 111100 1000010

Color Harmonies of #A1DC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DC75

Black with #A1DC75

Text Example


Text Example

White with #A1DC75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DC75; }

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

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

background-color css

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

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

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

border-color css

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

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

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