#93AD15

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

Shades of Citrus #93AD15

Tints of Citrus #93AD15

Color information

#93AD15 (or 0x93AD15) is unknown color: approx Citrus. HEX triplet: 93, AD and 15. RGB value is (147,173,21). Sum of RGB (Red+Green+Blue) = 147+173+21=341 (45% of max value = 765). Red value is 147 (57.81% from 255 or 43.11% from 341); Green value is 173 (67.97% from 255 or 50.73% from 341); Blue value is 21 (8.59% from 255 or 6.16% from 341); Max value from RGB is 173 - color contains mainly: green. Hex color #93AD15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #93AD15 is #6C52EA. Grayscale: #949494. Windows color (decimal): -7099115 or 1420691. OLE color: 1420691.

HSL color Cylindrical-coordinate representation of color #93AD15: hue angle of 70.26º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #93AD15 is Cyan = 0.15, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.32.

Color convert

RGB14717321-
CMYK0.1500.880.32
HSL70.26º78.35%38.04%-
HSV(B)70.26º87.86%67.84%-
XYZ27.1136.146.26-
YUV147.956.39127.36-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 43.11%
GREEN value IS 173 (67.97% from 255) = 50.73%
BLUE value IS 21 (8.59% from 255) = 6.16%
R=43.11%
G=50.73%
B=6.16%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal147173210.1500.880.3270.2678.3538.04
Hex93AD15F05820464e26
Octal223255251701304010611646
Binary10010011101011011010111110101100010000010001101001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AD15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,173,21); }

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

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

 a { background-color: rgb(147,173,21); }

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

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

 span { border-color: rgb(147,173,21); }

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