Html Css Color HEX #A1D975 Feijoa

📋 copy color: '#A1D975'

red 161 ◦ green 217 ◦ blue 117

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

Shades of Feijoa #A1D975

Tints of Feijoa #A1D975

RGB

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

 GREEN value IS 217 (85.16% from 255) = 43.84%

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

R = 32.53%
G = 43.84%
B = 23.64%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#A1D975 (or 0xA1D975) is known color: Feijoa. HEX triplet: A1, D9 and 75. RGB value is (161,217,117). Sum of RGB (Red+Green+Blue) = 161+217+117=495 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.53% from 495); Green value is 217 (85.16% from 255 or 43.84% from 495); Blue value is 117 (46.09% from 255 or 23.64% from 495); Max value from RGB is 217 - color contains mainly: green. Hex color #A1D975 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D975 is #5E268A. Grayscale: #BDBDBD. Windows color (decimal): -6170251 or 7723425. OLE color: 7723425.

HSL color Cylindrical-coordinate representation of color #A1D975: hue angle of 93.6º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A1D975 is Cyan = 0.26, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB 161 217 117 -
CMYK 0.26 0 0.46 0.15
HSL 93.6º 0.57% 0.65% -
HSV(B) 93.6º 0.46% 0.85% -
XYZ 42.72 58.49 25.87 -
YUV 188.86 87.45 108.13 -
System Red Green Blue C M Y K H S L
Decimal 161 217 117 0.26 0 0.46 0.15 93.6 0.57 0.65
Hex A1 D9 75 1A 0 2E F 5E 39 41
Octal 241 331 165 32 0 56 17 136 71 101
Binary 10100001 11011001 1110101 11010 0 101110 1111 1011110 111001 1000001

Color Harmonies of #A1D975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D975

Black with #A1D975

Text Example


Text Example

White with #A1D975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D975; }

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

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

background-color css

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

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

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

border-color css

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

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

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