#ADED5E

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

Shades of Conifer #ADED5E

Tints of Conifer #ADED5E

Color information

#ADED5E (or 0xADED5E) is unknown color: approx Conifer. HEX triplet: AD, ED and 5E. RGB value is (173,237,94). Sum of RGB (Red+Green+Blue) = 173+237+94=504 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.33% from 504); Green value is 237 (92.97% from 255 or 47.02% from 504); Blue value is 94 (37.11% from 255 or 18.65% from 504); Max value from RGB is 237 - color contains mainly: green. Hex color #ADED5E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADED5E is #5212A1. Grayscale: #CACACA. Windows color (decimal): -5378722 or 6221229. OLE color: 6221229.

HSL color Cylindrical-coordinate representation of color #ADED5E: hue angle of 86.85º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ADED5E is Cyan = 0.27, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB17323794-
CMYK0.2700.600.07
HSL86.85º79.89%64.9%-
HSV(B)86.85º60.34%92.94%-
XYZ49.5470.2621.54-
YUV201.5667.3107.63-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.33%
GREEN value IS 237 (92.97% from 255) = 47.02%
BLUE value IS 94 (37.11% from 255) = 18.65%
R=34.33%
G=47.02%
B=18.65%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal173237940.2700.600.0786.8579.8964.9
HexADED5E1B03C7575041
Octal255355136330747127120101
Binary10101101111011011011110110110111100111101011110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADED5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADED5E; }

 p { color: rgb(173,237,94); }

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

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

 a { background-color: rgb(173,237,94); }

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

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

 span { border-color: rgb(173,237,94); }

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