#ADDF4E

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

Shades of Conifer #ADDF4E

Tints of Conifer #ADDF4E

Color information

#ADDF4E (or 0xADDF4E) is unknown color: approx Conifer. HEX triplet: AD, DF and 4E. RGB value is (173,223,78). Sum of RGB (Red+Green+Blue) = 173+223+78=474 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.50% from 474); Green value is 223 (87.5% from 255 or 47.05% from 474); Blue value is 78 (30.86% from 255 or 16.46% from 474); Max value from RGB is 223 - color contains mainly: green. Hex color #ADDF4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDF4E is #5220B1. Grayscale: #C0C0C0. Windows color (decimal): -5382322 or 5169069. OLE color: 5169069.

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

Color convert

RGB17322378-
CMYK0.2200.650.13
HSL80.69º69.38%59.02%-
HSV(B)80.69º65.02%87.45%-
XYZ4562.2116.84-
YUV191.5263.94114.79-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.50%
GREEN value IS 223 (87.5% from 255) = 47.05%
BLUE value IS 78 (30.86% from 255) = 16.46%
R=36.50%
G=47.05%
B=16.46%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal173223780.2200.650.1380.6969.3859.02
HexADDF4E16041D51453b
Octal2553371162601011512110573
Binary101011011101111110011101011001000001110110100011000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDF4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDF4E; }

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

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

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

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

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

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

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

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