#94AA15

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

Shades of Citrus #94AA15

Tints of Citrus #94AA15

Color information

#94AA15 (or 0x94AA15) is unknown color: approx Citrus. HEX triplet: 94, AA and 15. RGB value is (148,170,21). Sum of RGB (Red+Green+Blue) = 148+170+21=339 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.66% from 339); Green value is 170 (66.80% from 255 or 50.15% from 339); Blue value is 21 (8.59% from 255 or 6.19% from 339); Max value from RGB is 170 - color contains mainly: green. Hex color #94AA15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #94AA15 is #6B55EA. Grayscale: #939393. Windows color (decimal): -7034347 or 1419924. OLE color: 1419924.

HSL color Cylindrical-coordinate representation of color #94AA15: hue angle of 68.86º degrees, saturation: 0.78, 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 #94AA15 is Cyan = 0.13, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB14817021-
CMYK0.1300.880.33
HSL68.86º78.01%37.45%-
HSV(B)68.86º87.65%66.67%-
XYZ26.7235.16.08-
YUV146.4457.21129.12-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.66%
GREEN value IS 170 (66.80% from 255) = 50.15%
BLUE value IS 21 (8.59% from 255) = 6.19%
R=43.66%
G=50.15%
B=6.19%

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
Decimal148170210.1300.880.3368.8678.0137.45
Hex94AA15D05821454e25
Octal224252251501304110511645
Binary10010100101010101010111010101100010000110001011001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AA15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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