#ADDD3F

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

Shades of Conifer #ADDD3F

Tints of Conifer #ADDD3F

Color information

#ADDD3F (or 0xADDD3F) is unknown color: approx Conifer. HEX triplet: AD, DD and 3F. RGB value is (173,221,63). Sum of RGB (Red+Green+Blue) = 173+221+63=457 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.86% from 457); Green value is 221 (86.72% from 255 or 48.36% from 457); Blue value is 63 (25% from 255 or 13.79% from 457); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDD3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDD3F is #5222C0. Grayscale: #BDBDBD. Windows color (decimal): -5382849 or 4185517. OLE color: 4185517.

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

Color convert

RGB17322163-
CMYK0.2200.710.13
HSL78.23º69.91%55.69%-
HSV(B)78.23º71.49%86.67%-
XYZ43.9960.9614.15-
YUV188.6457.1116.85-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.86%
GREEN value IS 221 (86.72% from 255) = 48.36%
BLUE value IS 63 (25% from 255) = 13.79%
R=37.86%
G=48.36%
B=13.79%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal173221630.2200.710.1378.2369.9155.69
HexADDD3F16047D4e4638
Octal255335772601071511610670
Binary10101101110111011111111011001000111110110011101000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDD3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDD3F; }

 p { color: rgb(173,221,63); }

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

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

 a { background-color: rgb(173,221,63); }

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

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

 span { border-color: rgb(173,221,63); }

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