#ADD348

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

Shades of Conifer #ADD348

Tints of Conifer #ADD348

Color information

#ADD348 (or 0xADD348) is unknown color: approx Conifer. HEX triplet: AD, D3 and 48. RGB value is (173,211,72). Sum of RGB (Red+Green+Blue) = 173+211+72=456 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.94% from 456); Green value is 211 (82.81% from 255 or 46.27% from 456); Blue value is 72 (28.52% from 255 or 15.79% from 456); Max value from RGB is 211 - color contains mainly: green. Hex color #ADD348 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD348 is #522CB7. Grayscale: #B8B8B8. Windows color (decimal): -5385400 or 4772781. OLE color: 4772781.

HSL color Cylindrical-coordinate representation of color #ADD348: hue angle of 76.4º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ADD348 is Cyan = 0.18, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.17.

Color convert

RGB17321172-
CMYK0.1800.660.17
HSL76.4º61.23%55.49%-
HSV(B)76.4º65.88%82.75%-
XYZ41.755.9414.73-
YUV183.7964.91120.3-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.94%
GREEN value IS 211 (82.81% from 255) = 46.27%
BLUE value IS 72 (28.52% from 255) = 15.79%
R=37.94%
G=46.27%
B=15.79%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal173211720.1800.660.1776.461.2355.49
HexADD34812042114c3d37
Octal255323110220102211147567
Binary101011011101001110010001001001000010100011001100111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD348; }

 p { color: rgb(173,211,72); }

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

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

 a { background-color: rgb(173,211,72); }

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

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

 span { border-color: rgb(173,211,72); }

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