#a5cf54

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

Shades of Conifer #A5CF54

Tints of Conifer #A5CF54

Color information

#A5CF54 (or 0xA5CF54) is unknown color: approx Conifer. HEX triplet: A5, CF and 54. RGB value is (165,207,84). Sum of RGB (Red+Green+Blue) = 165+207+84=456 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.18% from 456); Green value is 207 (81.25% from 255 or 45.39% from 456); Blue value is 84 (33.20% from 255 or 18.42% from 456); Max value from RGB is 207 - color contains mainly: green. Hex color #A5CF54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5CF54 is #5A30AB. Grayscale: #B4B4B4. Windows color (decimal): -5910700 or 5558181. OLE color: 5558181.

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

Color convert

RGB16520784-
CMYK0.2000.590.19
HSL80.49º56.16%57.06%-
HSV(B)80.49º59.42%81.18%-
XYZ39.4353.2716.59-
YUV180.4273.59117-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.18%
GREEN value IS 207 (81.25% from 255) = 45.39%
BLUE value IS 84 (33.20% from 255) = 18.42%
R=36.18%
G=45.39%
B=18.42%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal165207840.2000.590.1980.4956.1657.06
HexA5CF541403B13503839
Octal24531712424073231207071
Binary10100101110011111010100101000111011100111010000111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a5cf54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a5cf54; }

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

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

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

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

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

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

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

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