#94AC11

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

Shades of Citrus #94AC11

Tints of Citrus #94AC11

Color information

#94AC11 (or 0x94AC11) is unknown color: approx Citrus. HEX triplet: 94, AC and 11. RGB value is (148,172,17). Sum of RGB (Red+Green+Blue) = 148+172+17=337 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.92% from 337); Green value is 172 (67.58% from 255 or 51.04% from 337); Blue value is 17 (7.03% from 255 or 5.04% from 337); Max value from RGB is 172 - color contains mainly: green. Hex color #94AC11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #94AC11 is #6B53EE. Grayscale: #939393. Windows color (decimal): -7033839 or 1158292. OLE color: 1158292.

HSL color Cylindrical-coordinate representation of color #94AC11: hue angle of 69.29º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #94AC11 is Cyan = 0.14, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.33.

Color convert

RGB14817217-
CMYK0.1400.900.33
HSL69.29º82.01%37.06%-
HSV(B)69.29º90.12%67.45%-
XYZ27.0735.846.02-
YUV147.1554.55128.6-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.92%
GREEN value IS 172 (67.58% from 255) = 51.04%
BLUE value IS 17 (7.03% from 255) = 5.04%
R=43.92%
G=51.04%
B=5.04%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal148172170.1400.900.3369.2982.0137.06
Hex94AC11E05A21455225
Octal224254211601324110512245
Binary10010100101011001000111100101101010000110001011010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AC11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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