#ADD454

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

Shades of Conifer #ADD454

Tints of Conifer #ADD454

Color information

#ADD454 (or 0xADD454) is unknown color: approx Conifer. HEX triplet: AD, D4 and 54. RGB value is (173,212,84). Sum of RGB (Red+Green+Blue) = 173+212+84=469 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.89% from 469); Green value is 212 (83.20% from 255 or 45.20% from 469); Blue value is 84 (33.20% from 255 or 17.91% from 469); Max value from RGB is 212 - color contains mainly: green. Hex color #ADD454 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD454 is #522BAB. Grayscale: #BABABA. Windows color (decimal): -5385132 or 5559469. OLE color: 5559469.

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

Color convert

RGB17321284-
CMYK0.1800.600.17
HSL78.28º59.81%58.04%-
HSV(B)78.28º60.38%83.14%-
XYZ42.3856.6117.08-
YUV185.7570.58118.91-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.89%
GREEN value IS 212 (83.20% from 255) = 45.20%
BLUE value IS 84 (33.20% from 255) = 17.91%
R=36.89%
G=45.20%
B=17.91%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal173212840.1800.600.1778.2859.8158.04
HexADD4541203C114e3c3a
Octal25532412422074211167472
Binary10101101110101001010100100100111100100011001110111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD454; }

 p { color: rgb(173,212,84); }

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

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

 a { background-color: rgb(173,212,84); }

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

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

 span { border-color: rgb(173,212,84); }

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