#93AF13

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

Shades of Citrus #93AF13

Tints of Citrus #93AF13

Color information

#93AF13 (or 0x93AF13) is unknown color: approx Citrus. HEX triplet: 93, AF and 13. RGB value is (147,175,19). Sum of RGB (Red+Green+Blue) = 147+175+19=341 (45% of max value = 765). Red value is 147 (57.81% from 255 or 43.11% from 341); Green value is 175 (68.75% from 255 or 51.32% from 341); Blue value is 19 (7.81% from 255 or 5.57% from 341); Max value from RGB is 175 - color contains mainly: green. Hex color #93AF13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #93AF13 is #6C50EC. Grayscale: #959595. Windows color (decimal): -7098605 or 1290131. OLE color: 1290131.

HSL color Cylindrical-coordinate representation of color #93AF13: hue angle of 70.77º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #93AF13 is Cyan = 0.16, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB14717519-
CMYK0.1600.890.31
HSL70.77º80.41%38.04%-
HSV(B)70.77º89.14%68.63%-
XYZ27.4836.916.29-
YUV148.8454.72126.68-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 43.11%
GREEN value IS 175 (68.75% from 255) = 51.32%
BLUE value IS 19 (7.81% from 255) = 5.57%
R=43.11%
G=51.32%
B=5.57%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal147175190.1600.890.3170.7780.4138.04
Hex93AF13100591F475026
Octal223257232001313710712046
Binary10010011101011111001110000010110011111110001111010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AF13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,175,19); }

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

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

 a { background-color: rgb(147,175,19); }

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

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

 span { border-color: rgb(147,175,19); }

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