#94AC0C

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

Shades of Citrus #94AC0C

Tints of Citrus #94AC0C

Color information

#94AC0C (or 0x94AC0C) is unknown color: approx Citrus. HEX triplet: 94, AC and 0C. RGB value is (148,172,12). Sum of RGB (Red+Green+Blue) = 148+172+12=332 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.58% from 332); Green value is 172 (67.58% from 255 or 51.81% from 332); Blue value is 12 (5.08% from 255 or 3.61% from 332); Max value from RGB is 172 - color contains mainly: green. Hex color #94AC0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #94AC0C is #6B53F3. Grayscale: #939393. Windows color (decimal): -7033844 or 830612. OLE color: 830612.

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

Color convert

RGB14817212-
CMYK0.1400.930.33
HSL69º86.96%36.08%-
HSV(B)69º93.02%67.45%-
XYZ27.0335.835.84-
YUV146.5852.05129.01-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.58%
GREEN value IS 172 (67.58% from 255) = 51.81%
BLUE value IS 12 (5.08% from 255) = 3.61%
R=44.58%
G=51.81%
B=3.61%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal148172120.1400.930.336986.9636.08
Hex94ACCE05D21455724
Octal224254141601354110512744
Binary1001010010101100110011100101110110000110001011010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AC0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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