#A5C75C

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

Shades of Conifer #A5C75C

Tints of Conifer #A5C75C

Color information

#A5C75C (or 0xA5C75C) is unknown color: approx Conifer. HEX triplet: A5, C7 and 5C. RGB value is (165,199,92). Sum of RGB (Red+Green+Blue) = 165+199+92=456 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.18% from 456); Green value is 199 (78.12% from 255 or 43.64% from 456); Blue value is 92 (36.33% from 255 or 20.18% from 456); Max value from RGB is 199 - color contains mainly: green. Hex color #A5C75C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C75C is #5A38A3. Grayscale: #B1B1B1. Windows color (decimal): -5912740 or 6080421. OLE color: 6080421.

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

Color convert

RGB16519992-
CMYK0.1700.540.22
HSL79.07º48.86%57.06%-
HSV(B)79.07º53.77%78.04%-
XYZ37.8749.6217.71-
YUV176.6480.24119.7-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.18%
GREEN value IS 199 (78.12% from 255) = 43.64%
BLUE value IS 92 (36.33% from 255) = 20.18%
R=36.18%
G=43.64%
B=20.18%

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
Decimal165199920.1700.540.2279.0748.8657.06
HexA5C75C11036164f3139
Octal24530713421066261176171
Binary10100101110001111011100100010110110101101001111110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C75C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C75C; }

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

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

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

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

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

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

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

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