#94AA14

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

Shades of Citrus #94AA14

Tints of Citrus #94AA14

Color information

#94AA14 (or 0x94AA14) is unknown color: approx Citrus. HEX triplet: 94, AA and 14. RGB value is (148,170,20). Sum of RGB (Red+Green+Blue) = 148+170+20=338 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.79% from 338); Green value is 170 (66.80% from 255 or 50.30% from 338); Blue value is 20 (8.20% from 255 or 5.92% from 338); Max value from RGB is 170 - color contains mainly: green. Hex color #94AA14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #94AA14 is #6B55EB. Grayscale: #929292. Windows color (decimal): -7034348 or 1354388. OLE color: 1354388.

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

Color convert

RGB14817020-
CMYK0.1300.880.33
HSL68.8º78.95%37.25%-
HSV(B)68.8º88.24%66.67%-
XYZ26.7135.16.03-
YUV146.3256.71129.2-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.79%
GREEN value IS 170 (66.80% from 255) = 50.30%
BLUE value IS 20 (8.20% from 255) = 5.92%
R=43.79%
G=50.30%
B=5.92%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal148170200.1300.880.3368.878.9537.25
Hex94AA14D05821454f25
Octal224252241501304110511745
Binary10010100101010101010011010101100010000110001011001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AA14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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