Html Css Color HEX #A0D174 Feijoa

📋 copy color: '#A0D174'

red 160 ◦ green 209 ◦ blue 116

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

Shades of Feijoa #A0D174

Tints of Feijoa #A0D174

RGB

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

 GREEN value IS 209 (82.03% from 255) = 43.09%

 BLUE value IS 116 (45.7% from 255) = 23.92%

R = 32.99%
G = 43.09%
B = 23.92%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#A0D174 (or 0xA0D174) is known color: Feijoa. HEX triplet: A0, D1 and 74. RGB value is (160,209,116). Sum of RGB (Red+Green+Blue) = 160+209+116=485 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.99% from 485); Green value is 209 (82.03% from 255 or 43.09% from 485); Blue value is 116 (45.70% from 255 or 23.92% from 485); Max value from RGB is 209 - color contains mainly: green. Hex color #A0D174 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D174 is #5F2E8B. Grayscale: #B8B8B8. Windows color (decimal): -6237836 or 7655840. OLE color: 7655840.

HSL color Cylindrical-coordinate representation of color #A0D174: hue angle of 91.61º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A0D174 is Cyan = 0.23, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 160 209 116 -
CMYK 0.23 0 0.44 0.18
HSL 91.61º 0.5% 0.64% -
HSV(B) 91.61º 0.44% 0.82% -
XYZ 40.45 54.34 24.88 -
YUV 183.75 89.77 111.06 -
System Red Green Blue C M Y K H S L
Decimal 160 209 116 0.23 0 0.44 0.18 91.61 0.5 0.64
Hex A0 D1 74 17 0 2C 12 5C 32 40
Octal 240 321 164 27 0 54 22 134 62 100
Binary 10100000 11010001 1110100 10111 0 101100 10010 1011100 110010 1000000

Color Harmonies of #A0D174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D174

Black with #A0D174

Text Example


Text Example

White with #A0D174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D174; }

 p { color: rgb(160,209,116); }

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

background-color css

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

 a { background-color: rgb(160,209,116); }

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

border-color css

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

 span { border-color: rgb(160,209,116); }

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