#ADDF68

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

Shades of Conifer #ADDF68

Tints of Conifer #ADDF68

Color information

#ADDF68 (or 0xADDF68) is unknown color: approx Conifer. HEX triplet: AD, DF and 68. RGB value is (173,223,104). Sum of RGB (Red+Green+Blue) = 173+223+104=500 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.6% from 500); Green value is 223 (87.5% from 255 or 44.6% from 500); Blue value is 104 (41.02% from 255 or 20.8% from 500); Max value from RGB is 223 - color contains mainly: green. Hex color #ADDF68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDF68 is #522097. Grayscale: #C2C2C2. Windows color (decimal): -5382296 or 6873005. OLE color: 6873005.

HSL color Cylindrical-coordinate representation of color #ADDF68: hue angle of 85.21º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ADDF68 is Cyan = 0.22, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB173223104-
CMYK0.2200.530.13
HSL85.21º65.03%64.12%-
HSV(B)85.21º53.36%87.45%-
XYZ46.1262.6622.76-
YUV194.4876.94112.68-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.6%
GREEN value IS 223 (87.5% from 255) = 44.6%
BLUE value IS 104 (41.02% from 255) = 20.8%
R=34.6%
G=44.6%
B=20.8%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1732231040.2200.530.1385.2165.0364.12
HexADDF6816035D554140
Octal2553371502606515125101100
Binary101011011101111111010001011001101011101101010110000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDF68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDF68; }

 p { color: rgb(173,223,104); }

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

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

 a { background-color: rgb(173,223,104); }

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

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

 span { border-color: rgb(173,223,104); }

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