#93AE09

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

Shades of Citrus #93AE09

Tints of Citrus #93AE09

Color information

#93AE09 (or 0x93AE09) is unknown color: approx Citrus. HEX triplet: 93, AE and 09. RGB value is (147,174,9). Sum of RGB (Red+Green+Blue) = 147+174+9=330 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.55% from 330); Green value is 174 (68.36% from 255 or 52.73% from 330); Blue value is 9 (3.91% from 255 or 2.73% from 330); Max value from RGB is 174 - color contains mainly: green. Hex color #93AE09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #93AE09 is #6C51F6. Grayscale: #939393. Windows color (decimal): -7098871 or 634515. OLE color: 634515.

HSL color Cylindrical-coordinate representation of color #93AE09: hue angle of 69.82º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #93AE09 is Cyan = 0.16, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.32.

Color convert

RGB1471749-
CMYK0.1600.950.32
HSL69.82º90.16%35.88%-
HSV(B)69.82º94.83%68.24%-
XYZ27.2236.495.87-
YUV147.1250.05127.92-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 44.55%
GREEN value IS 174 (68.36% from 255) = 52.73%
BLUE value IS 9 (3.91% from 255) = 2.73%
R=44.55%
G=52.73%
B=2.73%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal14717490.1600.950.3269.8290.1635.88
Hex93AE91005F20465a24
Octal223256112001374010613244
Binary10010011101011101001100000101111110000010001101011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AE09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,174,9); }

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

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

 a { background-color: rgb(147,174,9); }

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

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

 span { border-color: rgb(147,174,9); }

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