Html Css Color HEX #A0D975 Feijoa

📋 copy color: '#A0D975'

red 160 ◦ green 217 ◦ blue 117

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

Shades of Feijoa #A0D975

Tints of Feijoa #A0D975

RGB

 RED value IS 160 (62.89% from 255) = 32.39%

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

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

R = 32.39%
G = 43.93%
B = 23.68%

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

#A0D975 (or 0xA0D975) is known color: Feijoa. HEX triplet: A0, D9 and 75. RGB value is (160,217,117). Sum of RGB (Red+Green+Blue) = 160+217+117=494 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.39% from 494); Green value is 217 (85.16% from 255 or 43.93% from 494); Blue value is 117 (46.09% from 255 or 23.68% from 494); Max value from RGB is 217 - color contains mainly: green. Hex color #A0D975 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D975 is #5F268A. Grayscale: #BCBCBC. Windows color (decimal): -6235787 or 7723424. OLE color: 7723424.

HSL color Cylindrical-coordinate representation of color #A0D975: hue angle of 94.2º 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 #A0D975 is Cyan = 0.26, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB 160 217 117 -
CMYK 0.26 0 0.46 0.15
HSL 94.2º 0.57% 0.65% -
HSV(B) 94.2º 0.46% 0.85% -
XYZ 42.52 58.38 25.86 -
YUV 188.56 87.62 107.63 -
System Red Green Blue C M Y K H S L
Decimal 160 217 117 0.26 0 0.46 0.15 94.2 0.57 0.65
Hex A0 D9 75 1A 0 2E F 5E 39 41
Octal 240 331 165 32 0 56 17 136 71 101
Binary 10100000 11011001 1110101 11010 0 101110 1111 1011110 111001 1000001

Color Harmonies of #A0D975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D975

Black with #A0D975

Text Example


Text Example

White with #A0D975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D975; }

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

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

background-color css

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

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

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

border-color css

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

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

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