#94AA03

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

Shades of Citrus #94AA03

Tints of Citrus #94AA03

Color information

#94AA03 (or 0x94AA03) is unknown color: approx Citrus. HEX triplet: 94, AA and 03. RGB value is (148,170,3). Sum of RGB (Red+Green+Blue) = 148+170+3=321 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.11% from 321); Green value is 170 (66.80% from 255 or 52.96% from 321); Blue value is 3 (1.56% from 255 or 0.93% from 321); Max value from RGB is 170 - color contains mainly: green. Hex color #94AA03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #94AA03 is #6B55FC. Grayscale: #919191. Windows color (decimal): -7034365 or 240276. OLE color: 240276.

HSL color Cylindrical-coordinate representation of color #94AA03: hue angle of 67.9º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #94AA03 is Cyan = 0.13, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.33.

Color convert

RGB1481703-
CMYK0.1300.980.33
HSL67.9º96.53%33.92%-
HSV(B)67.9º98.24%66.67%-
XYZ26.635.055.45-
YUV144.3848.21130.58-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.11%
GREEN value IS 170 (66.80% from 255) = 52.96%
BLUE value IS 3 (1.56% from 255) = 0.93%
R=46.11%
G=52.96%
B=0.93%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal14817030.1300.980.3367.996.5333.92
Hex94AA3D06221446122
Octal22425231501424110414142
Binary10010100101010101111010110001010000110001001100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AA03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,170,3); }

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

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

 a { background-color: rgb(148,170,3); }

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

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

 span { border-color: rgb(148,170,3); }

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