#A8C75B

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

Shades of Conifer #A8C75B

Tints of Conifer #A8C75B

Color information

#A8C75B (or 0xA8C75B) is unknown color: approx Conifer. HEX triplet: A8, C7 and 5B. RGB value is (168,199,91). Sum of RGB (Red+Green+Blue) = 168+199+91=458 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.68% from 458); Green value is 199 (78.12% from 255 or 43.45% from 458); Blue value is 91 (35.94% from 255 or 19.87% from 458); Max value from RGB is 199 - color contains mainly: green. Hex color #A8C75B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C75B is #5738A4. Grayscale: #B1B1B1. Windows color (decimal): -5716133 or 6014888. OLE color: 6014888.

HSL color Cylindrical-coordinate representation of color #A8C75B: hue angle of 77.22º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A8C75B is Cyan = 0.16, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB16819991-
CMYK0.1600.540.22
HSL77.22º49.09%56.86%-
HSV(B)77.22º54.27%78.04%-
XYZ38.4649.9317.51-
YUV177.4279.23121.28-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.68%
GREEN value IS 199 (78.12% from 255) = 43.45%
BLUE value IS 91 (35.94% from 255) = 19.87%
R=36.68%
G=43.45%
B=19.87%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal168199910.1600.540.2277.2249.0956.86
HexA8C75B10036164d3139
Octal25030713320066261156171
Binary10101000110001111011011100000110110101101001101110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C75B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C75B; }

 p { color: rgb(168,199,91); }

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

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

 a { background-color: rgb(168,199,91); }

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

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

 span { border-color: rgb(168,199,91); }

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