#a5ce65

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

Shades of Conifer #A5CE65

Tints of Conifer #A5CE65

Color information

#A5CE65 (or 0xA5CE65) is unknown color: approx Conifer. HEX triplet: A5, CE and 65. RGB value is (165,206,101). Sum of RGB (Red+Green+Blue) = 165+206+101=472 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.96% from 472); Green value is 206 (80.86% from 255 or 43.64% from 472); Blue value is 101 (39.84% from 255 or 21.40% from 472); Max value from RGB is 206 - color contains mainly: green. Hex color #A5CE65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5CE65 is #5A319A. Grayscale: #B6B6B6. Windows color (decimal): -5910939 or 6672037. OLE color: 6672037.

HSL color Cylindrical-coordinate representation of color #A5CE65: hue angle of 83.43º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A5CE65 is Cyan = 0.20, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.19.

Color convert

RGB165206101-
CMYK0.2000.510.19
HSL83.43º51.72%60.2%-
HSV(B)83.43º50.97%80.78%-
XYZ39.9453.0820.45-
YUV181.7782.42116.04-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.96%
GREEN value IS 206 (80.86% from 255) = 43.64%
BLUE value IS 101 (39.84% from 255) = 21.40%
R=34.96%
G=43.64%
B=21.40%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1652061010.2000.510.1983.4351.7260.2
HexA5CE65140331353343c
Octal24531614524063231236474
Binary10100101110011101100101101000110011100111010011110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a5ce65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a5ce65; }

 p { color: rgb(165,206,101); }

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

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

 a { background-color: rgb(165,206,101); }

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

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

 span { border-color: rgb(165,206,101); }

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