#A5CF57

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

Shades of Conifer #A5CF57

Tints of Conifer #A5CF57

Color information

#A5CF57 (or 0xA5CF57) is unknown color: approx Conifer. HEX triplet: A5, CF and 57. RGB value is (165,207,87). Sum of RGB (Red+Green+Blue) = 165+207+87=459 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.95% from 459); Green value is 207 (81.25% from 255 or 45.10% from 459); Blue value is 87 (34.38% from 255 or 18.95% from 459); Max value from RGB is 207 - color contains mainly: green. Hex color #A5CF57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5CF57 is #5A30A8. Grayscale: #B5B5B5. Windows color (decimal): -5910697 or 5754789. OLE color: 5754789.

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

Color convert

RGB16520787-
CMYK0.2000.580.19
HSL81º55.56%57.65%-
HSV(B)81º57.97%81.18%-
XYZ39.5553.3117.22-
YUV180.7675.09116.76-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.95%
GREEN value IS 207 (81.25% from 255) = 45.10%
BLUE value IS 87 (34.38% from 255) = 18.95%
R=35.95%
G=45.10%
B=18.95%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal165207870.2000.580.198155.5657.65
HexA5CF571403A1351383a
Octal24531712724072231217072
Binary10100101110011111010111101000111010100111010001111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CF57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CF57; }

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

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

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

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

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

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

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

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