#A5DD61

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

Shades of Conifer #A5DD61

Tints of Conifer #A5DD61

Color information

#A5DD61 (or 0xA5DD61) is unknown color: approx Conifer. HEX triplet: A5, DD and 61. RGB value is (165,221,97). Sum of RGB (Red+Green+Blue) = 165+221+97=483 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.16% from 483); Green value is 221 (86.72% from 255 or 45.76% from 483); Blue value is 97 (38.28% from 255 or 20.08% from 483); Max value from RGB is 221 - color contains mainly: green. Hex color #A5DD61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5DD61 is #5A229E. Grayscale: #BEBEBE. Windows color (decimal): -5907103 or 6413733. OLE color: 6413733.

HSL color Cylindrical-coordinate representation of color #A5DD61: hue angle of 87.1º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A5DD61 is Cyan = 0.25, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.

Color convert

RGB16522197-
CMYK0.2500.560.13
HSL87.1º64.58%62.35%-
HSV(B)87.1º56.11%86.67%-
XYZ43.5360.5820.71-
YUV190.1275.45110.08-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.16%
GREEN value IS 221 (86.72% from 255) = 45.76%
BLUE value IS 97 (38.28% from 255) = 20.08%
R=34.16%
G=45.76%
B=20.08%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal165221970.2500.560.1387.164.5862.35
HexA5DD6119038D57413e
Octal245335141310701512710176
Binary10100101110111011100001110010111000110110101111000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DD61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DD61; }

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

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

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

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

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

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

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

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