#A5CD4E

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

Shades of Conifer #A5CD4E

Tints of Conifer #A5CD4E

Color information

#A5CD4E (or 0xA5CD4E) is unknown color: approx Conifer. HEX triplet: A5, CD and 4E. RGB value is (165,205,78). Sum of RGB (Red+Green+Blue) = 165+205+78=448 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.83% from 448); Green value is 205 (80.47% from 255 or 45.76% from 448); Blue value is 78 (30.86% from 255 or 17.41% from 448); Max value from RGB is 205 - color contains mainly: green. Hex color #A5CD4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5CD4E is #5A32B1. Grayscale: #B3B3B3. Windows color (decimal): -5911218 or 5164453. OLE color: 5164453.

HSL color Cylindrical-coordinate representation of color #A5CD4E: hue angle of 78.9º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A5CD4E is Cyan = 0.20, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.20.

Color convert

RGB16520578-
CMYK0.2000.620.20
HSL78.9º55.95%55.49%-
HSV(B)78.9º61.95%80.39%-
XYZ38.7252.2115.24-
YUV178.5671.25118.33-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.83%
GREEN value IS 205 (80.47% from 255) = 45.76%
BLUE value IS 78 (30.86% from 255) = 17.41%
R=36.83%
G=45.76%
B=17.41%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal165205780.2000.620.2078.955.9555.49
HexA5CD4E1403E144f3837
Octal24531511624076241177067
Binary10100101110011011001110101000111110101001001111111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CD4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CD4E; }

 p { color: rgb(165,205,78); }

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

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

 a { background-color: rgb(165,205,78); }

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

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

 span { border-color: rgb(165,205,78); }

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