#ADD541

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

Shades of Conifer #ADD541

Tints of Conifer #ADD541

Color information

#ADD541 (or 0xADD541) is unknown color: approx Conifer. HEX triplet: AD, D5 and 41. RGB value is (173,213,65). Sum of RGB (Red+Green+Blue) = 173+213+65=451 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.36% from 451); Green value is 213 (83.59% from 255 or 47.23% from 451); Blue value is 65 (25.78% from 255 or 14.41% from 451); Max value from RGB is 213 - color contains mainly: green. Hex color #ADD541 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD541 is #522ABE. Grayscale: #B8B8B8. Windows color (decimal): -5384895 or 4314541. OLE color: 4314541.

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

Color convert

RGB17321365-
CMYK0.1900.690.16
HSL76.22º63.79%54.51%-
HSV(B)76.22º69.48%83.53%-
XYZ41.9856.8513.76-
YUV184.1760.75120.03-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.36%
GREEN value IS 213 (83.59% from 255) = 47.23%
BLUE value IS 65 (25.78% from 255) = 14.41%
R=38.36%
G=47.23%
B=14.41%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal173213650.1900.690.1676.2263.7954.51
HexADD54113045104c4037
Octal2553251012301052011410067
Binary1010110111010101100000110011010001011000010011001000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD541; }

 p { color: rgb(173,213,65); }

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

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

 a { background-color: rgb(173,213,65); }

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

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

 span { border-color: rgb(173,213,65); }

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