#ADDC5D

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

Shades of Conifer #ADDC5D

Tints of Conifer #ADDC5D

Color information

#ADDC5D (or 0xADDC5D) is unknown color: approx Conifer. HEX triplet: AD, DC and 5D. RGB value is (173,220,93). Sum of RGB (Red+Green+Blue) = 173+220+93=486 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.60% from 486); Green value is 220 (86.33% from 255 or 45.27% from 486); Blue value is 93 (36.72% from 255 or 19.14% from 486); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDC5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDC5D is #5223A2. Grayscale: #BFBFBF. Windows color (decimal): -5383075 or 6151341. OLE color: 6151341.

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

Color convert

RGB17322093-
CMYK0.2100.580.14
HSL82.2º64.47%61.37%-
HSV(B)82.2º57.73%86.27%-
XYZ44.860.8619.74-
YUV191.4772.43114.83-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.60%
GREEN value IS 220 (86.33% from 255) = 45.27%
BLUE value IS 93 (36.72% from 255) = 19.14%
R=35.60%
G=45.27%
B=19.14%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal173220930.2100.580.1482.264.4761.37
HexADDC5D1503AE52403d
Octal255334135250721612210075
Binary10101101110111001011101101010111010111010100101000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDC5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDC5D; }

 p { color: rgb(173,220,93); }

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

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

 a { background-color: rgb(173,220,93); }

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

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

 span { border-color: rgb(173,220,93); }

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