#add54f

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

Shades of Conifer #ADD54F

Tints of Conifer #ADD54F

Color information

#ADD54F (or 0xADD54F) is unknown color: approx Conifer. HEX triplet: AD, D5 and 4F. RGB value is (173,213,79). Sum of RGB (Red+Green+Blue) = 173+213+79=465 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.20% from 465); Green value is 213 (83.59% from 255 or 45.81% from 465); Blue value is 79 (31.25% from 255 or 16.99% from 465); Max value from RGB is 213 - color contains mainly: green. Hex color #ADD54F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD54F is #522AB0. Grayscale: #BABABA. Windows color (decimal): -5384881 or 5232045. OLE color: 5232045.

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

Color convert

RGB17321379-
CMYK0.1900.630.16
HSL77.91º61.47%57.25%-
HSV(B)77.91º62.91%83.53%-
XYZ42.4457.0416.17-
YUV185.7667.75118.9-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.20%
GREEN value IS 213 (83.59% from 255) = 45.81%
BLUE value IS 79 (31.25% from 255) = 16.99%
R=37.20%
G=45.81%
B=16.99%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal173213790.1900.630.1677.9161.4757.25
HexADD54F1303F104e3d39
Octal25532511723077201167571
Binary10101101110101011001111100110111111100001001110111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #add54f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #add54f; }

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

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

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

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

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

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

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

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