#ADED66

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

Shades of Conifer #ADED66

Tints of Conifer #ADED66

Color information

#ADED66 (or 0xADED66) is unknown color: approx Conifer. HEX triplet: AD, ED and 66. RGB value is (173,237,102). Sum of RGB (Red+Green+Blue) = 173+237+102=512 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.79% from 512); Green value is 237 (92.97% from 255 or 46.29% from 512); Blue value is 102 (40.23% from 255 or 19.92% from 512); Max value from RGB is 237 - color contains mainly: green. Hex color #ADED66 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADED66 is #521299. Grayscale: #CACACA. Windows color (decimal): -5378714 or 6745517. OLE color: 6745517.

HSL color Cylindrical-coordinate representation of color #ADED66: hue angle of 88.44º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ADED66 is Cyan = 0.27, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.

Color convert

RGB173237102-
CMYK0.2700.570.07
HSL88.44º78.95%66.47%-
HSV(B)88.44º56.96%92.94%-
XYZ49.9270.4123.53-
YUV202.4771.3106.98-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.79%
GREEN value IS 237 (92.97% from 255) = 46.29%
BLUE value IS 102 (40.23% from 255) = 19.92%
R=33.79%
G=46.29%
B=19.92%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1732371020.2700.570.0788.4478.9566.47
HexADED661B0397584f42
Octal255355146330717130117102
Binary10101101111011011100110110110111001111101100010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADED66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADED66; }

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

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

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

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

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

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

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

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