#A5D65C

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

Shades of Conifer #A5D65C

Tints of Conifer #A5D65C

Color information

#A5D65C (or 0xA5D65C) is unknown color: approx Conifer. HEX triplet: A5, D6 and 5C. RGB value is (165,214,92). Sum of RGB (Red+Green+Blue) = 165+214+92=471 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.03% from 471); Green value is 214 (83.98% from 255 or 45.44% from 471); Blue value is 92 (36.33% from 255 or 19.53% from 471); Max value from RGB is 214 - color contains mainly: green. Hex color #A5D65C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5D65C is #5A29A3. Grayscale: #B9B9B9. Windows color (decimal): -5908900 or 6084261. OLE color: 6084261.

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

Color convert

RGB16521492-
CMYK0.2300.570.16
HSL84.1º59.8%60%-
HSV(B)84.1º57.01%83.92%-
XYZ41.556.8718.91-
YUV185.4475.27113.42-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.03%
GREEN value IS 214 (83.98% from 255) = 45.44%
BLUE value IS 92 (36.33% from 255) = 19.53%
R=35.03%
G=45.44%
B=19.53%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal165214920.2300.570.1684.159.860
HexA5D65C1703910543c3c
Octal24532613427071201247474
Binary10100101110101101011100101110111001100001010100111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D65C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D65C; }

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

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

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

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

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

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

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

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