#ABC75F

Color #ABC75F Wild Willow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Willow #ABC75F

Tints of Wild Willow #ABC75F

Color information

#ABC75F (or 0xABC75F) is unknown color: approx Wild Willow. HEX triplet: AB, C7 and 5F. RGB value is (171,199,95). Sum of RGB (Red+Green+Blue) = 171+199+95=465 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.77% from 465); Green value is 199 (78.12% from 255 or 42.80% from 465); Blue value is 95 (37.5% from 255 or 20.43% from 465); Max value from RGB is 199 - color contains mainly: green. Hex color #ABC75F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC75F is #5438A0. Grayscale: #B3B3B3. Windows color (decimal): -5519521 or 6277035. OLE color: 6277035.

HSL color Cylindrical-coordinate representation of color #ABC75F: hue angle of 76.15º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ABC75F is Cyan = 0.14, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB17119995-
CMYK0.1400.520.22
HSL76.15º48.15%57.65%-
HSV(B)76.15º52.26%78.04%-
XYZ39.2850.3318.47-
YUV178.7780.72122.46-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.77%
GREEN value IS 199 (78.12% from 255) = 42.80%
BLUE value IS 95 (37.5% from 255) = 20.43%
R=36.77%
G=42.80%
B=20.43%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal171199950.1400.520.2276.1548.1557.65
HexABC75FE034164c303a
Octal25330713716064261146072
Binary1010101111000111101111111100110100101101001100110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC75F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC75F; }

 p { color: rgb(171,199,95); }

 H1.HeaderClassName
 {
   color: #ABC75F;
 }
 .AnyTagClassName
 {
   color: #ABC75F;
 }
</style>
background-color css

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

 a { background-color: rgb(171,199,95); }

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

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

 span { border-color: rgb(171,199,95); }

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