#A5CF62

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

Shades of Conifer #A5CF62

Tints of Conifer #A5CF62

Color information

#A5CF62 (or 0xA5CF62) is unknown color: approx Conifer. HEX triplet: A5, CF and 62. RGB value is (165,207,98). Sum of RGB (Red+Green+Blue) = 165+207+98=470 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.11% from 470); Green value is 207 (81.25% from 255 or 44.04% from 470); Blue value is 98 (38.67% from 255 or 20.85% from 470); Max value from RGB is 207 - color contains mainly: green. Hex color #A5CF62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5CF62 is #5A309D. Grayscale: #B6B6B6. Windows color (decimal): -5910686 or 6475685. OLE color: 6475685.

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

Color convert

RGB16520798-
CMYK0.2000.530.19
HSL83.12º53.17%59.8%-
HSV(B)83.12º52.66%81.18%-
XYZ40.0353.5119.77-
YUV182.0280.59115.86-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.11%
GREEN value IS 207 (81.25% from 255) = 44.04%
BLUE value IS 98 (38.67% from 255) = 20.85%
R=35.11%
G=44.04%
B=20.85%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal165207980.2000.530.1983.1253.1759.8
HexA5CF62140351353353c
Octal24531714224065231236574
Binary10100101110011111100010101000110101100111010011110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CF62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CF62; }

 p { color: rgb(165,207,98); }

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

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

 a { background-color: rgb(165,207,98); }

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

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

 span { border-color: rgb(165,207,98); }

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