#93A904

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

Shades of Citrus #93A904

Tints of Citrus #93A904

Color information

#93A904 (or 0x93A904) is unknown color: approx Citrus. HEX triplet: 93, A9 and 04. RGB value is (147,169,4). Sum of RGB (Red+Green+Blue) = 147+169+4=320 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.94% from 320); Green value is 169 (66.41% from 255 or 52.81% from 320); Blue value is 4 (1.95% from 255 or 1.25% from 320); Max value from RGB is 169 - color contains mainly: green. Hex color #93A904 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #93A904 is #6C56FB. Grayscale: #909090. Windows color (decimal): -7100156 or 305555. OLE color: 305555.

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

Color convert

RGB1471694-
CMYK0.1300.980.34
HSL68º95.38%33.92%-
HSV(B)68º97.63%66.27%-
XYZ26.2434.595.41-
YUV143.6149.21130.42-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 45.94%
GREEN value IS 169 (66.41% from 255) = 52.81%
BLUE value IS 4 (1.95% from 255) = 1.25%
R=45.94%
G=52.81%
B=1.25%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal14716940.1300.980.346895.3833.92
Hex93A94D06222445f22
Octal22325141501424210413742
Binary100100111010100110011010110001010001010001001011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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