#ADD645

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

Shades of Conifer #ADD645

Tints of Conifer #ADD645

Color information

#ADD645 (or 0xADD645) is unknown color: approx Conifer. HEX triplet: AD, D6 and 45. RGB value is (173,214,69). Sum of RGB (Red+Green+Blue) = 173+214+69=456 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.94% from 456); Green value is 214 (83.98% from 255 or 46.93% from 456); Blue value is 69 (27.34% from 255 or 15.13% from 456); Max value from RGB is 214 - color contains mainly: green. Hex color #ADD645 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD645 is #5229BA. Grayscale: #B9B9B9. Windows color (decimal): -5384635 or 4576941. OLE color: 4576941.

HSL color Cylindrical-coordinate representation of color #ADD645: hue angle of 76.97º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ADD645 is Cyan = 0.19, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB17321469-
CMYK0.1900.680.16
HSL76.97º63.88%55.49%-
HSV(B)76.97º67.76%83.92%-
XYZ42.3557.4114.48-
YUV185.2162.42119.29-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.94%
GREEN value IS 214 (83.98% from 255) = 46.93%
BLUE value IS 69 (27.34% from 255) = 15.13%
R=37.94%
G=46.93%
B=15.13%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal173214690.1900.680.1676.9763.8855.49
HexADD64513044104d4037
Octal2553261052301042011510067
Binary1010110111010110100010110011010001001000010011011000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD645; }

 p { color: rgb(173,214,69); }

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

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

 a { background-color: rgb(173,214,69); }

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

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

 span { border-color: rgb(173,214,69); }

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