#94AD05

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

Shades of Citrus #94AD05

Tints of Citrus #94AD05

Color information

#94AD05 (or 0x94AD05) is unknown color: approx Citrus. HEX triplet: 94, AD and 05. RGB value is (148,173,5). Sum of RGB (Red+Green+Blue) = 148+173+5=326 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.40% from 326); Green value is 173 (67.97% from 255 or 53.07% from 326); Blue value is 5 (2.34% from 255 or 1.53% from 326); Max value from RGB is 173 - color contains mainly: green. Hex color #94AD05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #94AD05 is #6B52FA. Grayscale: #939393. Windows color (decimal): -7033595 or 372116. OLE color: 372116.

HSL color Cylindrical-coordinate representation of color #94AD05: hue angle of 68.93º degrees, saturation: 0.94, 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 #94AD05 is Cyan = 0.14, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.32.

Color convert

RGB1481735-
CMYK0.1400.970.32
HSL68.93º94.38%34.9%-
HSV(B)68.93º97.11%67.84%-
XYZ27.1836.195.7-
YUV146.3748.22129.16-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.40%
GREEN value IS 173 (67.97% from 255) = 53.07%
BLUE value IS 5 (2.34% from 255) = 1.53%
R=45.40%
G=53.07%
B=1.53%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal14817350.1400.970.3268.9394.3834.9
Hex94AD5E06120455e23
Octal22425551601414010513643
Binary100101001010110110111100110000110000010001011011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AD05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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