#A5C75B

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

Shades of Conifer #A5C75B

Tints of Conifer #A5C75B

Color information

#A5C75B (or 0xA5C75B) is unknown color: approx Conifer. HEX triplet: A5, C7 and 5B. RGB value is (165,199,91). Sum of RGB (Red+Green+Blue) = 165+199+91=455 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.26% from 455); Green value is 199 (78.12% from 255 or 43.74% from 455); Blue value is 91 (35.94% from 255 or 20% from 455); Max value from RGB is 199 - color contains mainly: green. Hex color #A5C75B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C75B is #5A38A4. Grayscale: #B0B0B0. Windows color (decimal): -5912741 or 6014885. OLE color: 6014885.

HSL color Cylindrical-coordinate representation of color #A5C75B: hue angle of 78.89º 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 #A5C75B is Cyan = 0.17, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB16519991-
CMYK0.1700.540.22
HSL78.89º49.09%56.86%-
HSV(B)78.89º54.27%78.04%-
XYZ37.8349.617.48-
YUV176.5279.74119.78-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.26%
GREEN value IS 199 (78.12% from 255) = 43.74%
BLUE value IS 91 (35.94% from 255) = 20%
R=36.26%
G=43.74%
B=20%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal165199910.1700.540.2278.8949.0956.86
HexA5C75B11036164f3139
Octal24530713321066261176171
Binary10100101110001111011011100010110110101101001111110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C75B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C75B; }

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

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

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

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

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

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

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

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