#A5D654

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

Shades of Conifer #A5D654

Tints of Conifer #A5D654

Color information

#A5D654 (or 0xA5D654) is unknown color: approx Conifer. HEX triplet: A5, D6 and 54. RGB value is (165,214,84). Sum of RGB (Red+Green+Blue) = 165+214+84=463 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.64% from 463); Green value is 214 (83.98% from 255 or 46.22% from 463); Blue value is 84 (33.20% from 255 or 18.14% from 463); Max value from RGB is 214 - color contains mainly: green. Hex color #A5D654 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5D654 is #5A29AB. Grayscale: #B9B9B9. Windows color (decimal): -5908908 or 5559973. OLE color: 5559973.

HSL color Cylindrical-coordinate representation of color #A5D654: hue angle of 82.62º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A5D654 is Cyan = 0.23, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.16.

Color convert

RGB16521484-
CMYK0.2300.610.16
HSL82.62º61.32%58.43%-
HSV(B)82.62º60.75%83.92%-
XYZ41.1656.7317.17-
YUV184.5371.27114.07-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.64%
GREEN value IS 214 (83.98% from 255) = 46.22%
BLUE value IS 84 (33.20% from 255) = 18.14%
R=35.64%
G=46.22%
B=18.14%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal165214840.2300.610.1682.6261.3258.43
HexA5D6541703D10533d3a
Octal24532612427075201237572
Binary10100101110101101010100101110111101100001010011111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D654; }

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

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

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

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

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

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

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

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