#94AD04

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

Shades of Citrus #94AD04

Tints of Citrus #94AD04

Color information

#94AD04 (or 0x94AD04) is unknown color: approx Citrus. HEX triplet: 94, AD and 04. RGB value is (148,173,4). Sum of RGB (Red+Green+Blue) = 148+173+4=325 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.54% from 325); Green value is 173 (67.97% from 255 or 53.23% from 325); Blue value is 4 (1.95% from 255 or 1.23% from 325); Max value from RGB is 173 - color contains mainly: green. Hex color #94AD04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #94AD04 is #6B52FB. Grayscale: #929292. Windows color (decimal): -7033596 or 306580. OLE color: 306580.

HSL color Cylindrical-coordinate representation of color #94AD04: hue angle of 68.88º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #94AD04 is Cyan = 0.14, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.32.

Color convert

RGB1481734-
CMYK0.1400.980.32
HSL68.88º95.48%34.71%-
HSV(B)68.88º97.69%67.84%-
XYZ27.1836.195.67-
YUV146.2647.72129.24-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.54%
GREEN value IS 173 (67.97% from 255) = 53.23%
BLUE value IS 4 (1.95% from 255) = 1.23%
R=45.54%
G=53.23%
B=1.23%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal14817340.1400.980.3268.8895.4834.71
Hex94AD4E06220455f23
Octal22425541601424010513743
Binary100101001010110110011100110001010000010001011011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AD04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94AD04; }

 p { color: rgb(148,173,4); }

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

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

 a { background-color: rgb(148,173,4); }

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

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

 span { border-color: rgb(148,173,4); }

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