#ADAE06

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

Shades of Citrus #ADAE06

Tints of Citrus #ADAE06

Color information

#ADAE06 (or 0xADAE06) is unknown color: approx Citrus. HEX triplet: AD, AE and 06. RGB value is (173,174,6). Sum of RGB (Red+Green+Blue) = 173+174+6=353 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.01% from 353); Green value is 174 (68.36% from 255 or 49.29% from 353); Blue value is 6 (2.73% from 255 or 1.70% from 353); Max value from RGB is 174 - color contains mainly: green. Hex color #ADAE06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADAE06 is #5251F9. Grayscale: #9B9B9B. Windows color (decimal): -5394938 or 437933. OLE color: 437933.

HSL color Cylindrical-coordinate representation of color #ADAE06: hue angle of 60.36º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ADAE06 is Cyan = 0.01, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.32.

Color convert

RGB1731746-
CMYK0.0100.970.32
HSL60.36º93.33%35.29%-
HSV(B)60.36º96.55%68.24%-
XYZ32.439.176.02-
YUV154.5544.17141.16-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 49.01%
GREEN value IS 174 (68.36% from 255) = 49.29%
BLUE value IS 6 (2.73% from 255) = 1.70%
R=49.01%
G=49.29%
B=1.70%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17317460.0100.970.3260.3693.3335.29
HexADAE61061203c5d23
Octal255256610141407413543
Binary10101101101011101101011000011000001111001011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAE06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAE06; }

 p { color: rgb(173,174,6); }

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

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

 a { background-color: rgb(173,174,6); }

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

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

 span { border-color: rgb(173,174,6); }

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