#A5DD62

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

Shades of Conifer #A5DD62

Tints of Conifer #A5DD62

Color information

#A5DD62 (or 0xA5DD62) is unknown color: approx Conifer. HEX triplet: A5, DD and 62. RGB value is (165,221,98). Sum of RGB (Red+Green+Blue) = 165+221+98=484 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.09% from 484); Green value is 221 (86.72% from 255 or 45.66% from 484); Blue value is 98 (38.67% from 255 or 20.25% from 484); Max value from RGB is 221 - color contains mainly: green. Hex color #A5DD62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5DD62 is #5A229D. Grayscale: #BEBEBE. Windows color (decimal): -5907102 or 6479269. OLE color: 6479269.

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

Color convert

RGB16522198-
CMYK0.2500.560.13
HSL87.32º64.4%62.55%-
HSV(B)87.32º55.66%86.67%-
XYZ43.5860.5920.95-
YUV190.2375.95110-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.09%
GREEN value IS 221 (86.72% from 255) = 45.66%
BLUE value IS 98 (38.67% from 255) = 20.25%
R=34.09%
G=45.66%
B=20.25%

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
Decimal165221980.2500.560.1387.3264.462.55
HexA5DD6219038D57403f
Octal245335142310701512710077
Binary10100101110111011100010110010111000110110101111000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DD62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DD62; }

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

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

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

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

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

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

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

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