#93A900

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

Shades of Citrus #93A900

Tints of Citrus #93A900

Color information

#93A900 (or 0x93A900) is unknown color: approx Citrus. HEX triplet: 93, A9 and 00. RGB value is (147,169,0). Sum of RGB (Red+Green+Blue) = 147+169+0=316 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.52% from 316); Green value is 169 (66.41% from 255 or 53.48% from 316); Blue value is 0 (0.39% from 255 or 0% from 316); Max value from RGB is 169 - color contains mainly: green. Hex color #93A900 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #93A900 is #6C56FF. Grayscale: #8F8F8F. Windows color (decimal): -7100160 or 43411. OLE color: 43411.

HSL color Cylindrical-coordinate representation of color #93A900: hue angle of 67.81º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #93A900 is Cyan = 0.13, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.34.

Color convert

RGB1471690-
CMYK0.13010.34
HSL67.81º100%33.14%-
HSV(B)67.81º100%66.27%-
XYZ26.2234.585.29-
YUV143.1647.21130.74-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 46.52%
GREEN value IS 169 (66.41% from 255) = 53.48%
BLUE value IS 0 (0.39% from 255) = 0%
R=46.52%
G=53.48%
B=0%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal14716900.13010.3467.8110033.14
Hex93A90D06422446421
Octal22325101501444210414441
Binary1001001110101001011010110010010001010001001100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93A900; }

 p { color: rgb(147,169,0); }

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

<style>
 a { background-color: #93A900; }

 a { background-color: rgb(147,169,0); }

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

<style>
 span { border-color: #93A900; }

 span { border-color: rgb(147,169,0); }

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