#A5CD61

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

Shades of Conifer #A5CD61

Tints of Conifer #A5CD61

Color information

#A5CD61 (or 0xA5CD61) is unknown color: approx Conifer. HEX triplet: A5, CD and 61. RGB value is (165,205,97). Sum of RGB (Red+Green+Blue) = 165+205+97=467 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.33% from 467); Green value is 205 (80.47% from 255 or 43.90% from 467); Blue value is 97 (38.28% from 255 or 20.77% from 467); Max value from RGB is 205 - color contains mainly: green. Hex color #A5CD61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5CD61 is #5A329E. Grayscale: #B5B5B5. Windows color (decimal): -5911199 or 6409637. OLE color: 6409637.

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

Color convert

RGB16520597-
CMYK0.2000.530.20
HSL82.22º51.92%59.22%-
HSV(B)82.22º52.68%80.39%-
XYZ39.5152.5319.37-
YUV180.7380.75116.78-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.33%
GREEN value IS 205 (80.47% from 255) = 43.90%
BLUE value IS 97 (38.28% from 255) = 20.77%
R=35.33%
G=43.90%
B=20.77%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal165205970.2000.530.2082.2251.9259.22
HexA5CD61140351452343b
Octal24531514124065241226473
Binary10100101110011011100001101000110101101001010010110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CD61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CD61; }

 p { color: rgb(165,205,97); }

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

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

 a { background-color: rgb(165,205,97); }

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

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

 span { border-color: rgb(165,205,97); }

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