#ADCE48

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

Shades of Conifer #ADCE48

Tints of Conifer #ADCE48

Color information

#ADCE48 (or 0xADCE48) is unknown color: approx Conifer. HEX triplet: AD, CE and 48. RGB value is (173,206,72). Sum of RGB (Red+Green+Blue) = 173+206+72=451 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.36% from 451); Green value is 206 (80.86% from 255 or 45.68% from 451); Blue value is 72 (28.52% from 255 or 15.96% from 451); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCE48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCE48 is #5231B7. Grayscale: #B5B5B5. Windows color (decimal): -5386680 or 4771501. OLE color: 4771501.

HSL color Cylindrical-coordinate representation of color #ADCE48: hue angle of 74.78º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ADCE48 is Cyan = 0.16, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB17320672-
CMYK0.1600.650.19
HSL74.78º57.76%54.51%-
HSV(B)74.78º65.05%80.78%-
XYZ40.4753.4914.32-
YUV180.8666.57122.4-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.36%
GREEN value IS 206 (80.86% from 255) = 45.68%
BLUE value IS 72 (28.52% from 255) = 15.96%
R=38.36%
G=45.68%
B=15.96%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal173206720.1600.650.1974.7857.7654.51
HexADCE4810041134b3a37
Octal255316110200101231137267
Binary101011011100111010010001000001000001100111001011111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCE48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCE48; }

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

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

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

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

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

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

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

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