#ADEC44

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

Shades of Conifer #ADEC44

Tints of Conifer #ADEC44

Color information

#ADEC44 (or 0xADEC44) is unknown color: approx Conifer. HEX triplet: AD, EC and 44. RGB value is (173,236,68). Sum of RGB (Red+Green+Blue) = 173+236+68=477 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.27% from 477); Green value is 236 (92.58% from 255 or 49.48% from 477); Blue value is 68 (26.95% from 255 or 14.26% from 477); Max value from RGB is 236 - color contains mainly: green. Hex color #ADEC44 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADEC44 is #5213BB. Grayscale: #C6C6C6. Windows color (decimal): -5379004 or 4517037. OLE color: 4517037.

HSL color Cylindrical-coordinate representation of color #ADEC44: hue angle of 82.5º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ADEC44 is Cyan = 0.27, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.07.

Color convert

RGB17323668-
CMYK0.2700.710.07
HSL82.5º81.55%59.61%-
HSV(B)82.5º71.19%92.55%-
XYZ48.2769.2916.3-
YUV198.0154.63110.16-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.27%
GREEN value IS 236 (92.58% from 255) = 49.48%
BLUE value IS 68 (26.95% from 255) = 14.26%
R=36.27%
G=49.48%
B=14.26%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal173236680.2700.710.0782.581.5559.61
HexADEC441B047752523c
Octal255354104330107712212274
Binary10101101111011001000100110110100011111110100101010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADEC44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADEC44; }

 p { color: rgb(173,236,68); }

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

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

 a { background-color: rgb(173,236,68); }

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

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

 span { border-color: rgb(173,236,68); }

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