#94AC06

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

Shades of Citrus #94AC06

Tints of Citrus #94AC06

Color information

#94AC06 (or 0x94AC06) is unknown color: approx Citrus. HEX triplet: 94, AC and 06. RGB value is (148,172,6). Sum of RGB (Red+Green+Blue) = 148+172+6=326 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.40% from 326); Green value is 172 (67.58% from 255 or 52.76% from 326); Blue value is 6 (2.73% from 255 or 1.84% from 326); Max value from RGB is 172 - color contains mainly: green. Hex color #94AC06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #94AC06 is #6B53F9. Grayscale: #929292. Windows color (decimal): -7033850 or 437396. OLE color: 437396.

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

Color convert

RGB1481726-
CMYK0.1400.970.33
HSL68.67º93.26%34.9%-
HSV(B)68.67º96.51%67.45%-
XYZ2735.815.66-
YUV145.949.05129.5-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.40%
GREEN value IS 172 (67.58% from 255) = 52.76%
BLUE value IS 6 (2.73% from 255) = 1.84%
R=45.40%
G=52.76%
B=1.84%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal14817260.1400.970.3368.6793.2634.9
Hex94AC6E06121455d23
Octal22425461601414110513543
Binary100101001010110011011100110000110000110001011011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AC06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,172,6); }

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

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

 a { background-color: rgb(148,172,6); }

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

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

 span { border-color: rgb(148,172,6); }

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