#ADDB54

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

Shades of Conifer #ADDB54

Tints of Conifer #ADDB54

Color information

#ADDB54 (or 0xADDB54) is unknown color: approx Conifer. HEX triplet: AD, DB and 54. RGB value is (173,219,84). Sum of RGB (Red+Green+Blue) = 173+219+84=476 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.34% from 476); Green value is 219 (85.94% from 255 or 46.01% from 476); Blue value is 84 (33.20% from 255 or 17.65% from 476); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDB54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDB54 is #5224AB. Grayscale: #BEBEBE. Windows color (decimal): -5383340 or 5561261. OLE color: 5561261.

HSL color Cylindrical-coordinate representation of color #ADDB54: hue angle of 80.44º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ADDB54 is Cyan = 0.21, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.14.

Color convert

RGB17321984-
CMYK0.2100.620.14
HSL80.44º65.22%59.41%-
HSV(B)80.44º61.64%85.88%-
XYZ44.1760.1917.68-
YUV189.8668.26115.98-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.34%
GREEN value IS 219 (85.94% from 255) = 46.01%
BLUE value IS 84 (33.20% from 255) = 17.65%
R=36.34%
G=46.01%
B=17.65%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal173219840.2100.620.1480.4465.2259.41
HexADDB541503EE50413b
Octal255333124250761612010173
Binary10101101110110111010100101010111110111010100001000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDB54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDB54; }

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

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

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

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

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

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

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

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