#93AF10

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

Shades of Citrus #93AF10

Tints of Citrus #93AF10

Color information

#93AF10 (or 0x93AF10) is unknown color: approx Citrus. HEX triplet: 93, AF and 10. RGB value is (147,175,16). Sum of RGB (Red+Green+Blue) = 147+175+16=338 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.49% from 338); Green value is 175 (68.75% from 255 or 51.78% from 338); Blue value is 16 (6.64% from 255 or 4.73% from 338); Max value from RGB is 175 - color contains mainly: green. Hex color #93AF10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #93AF10 is #6C50EF. Grayscale: #959595. Windows color (decimal): -7098608 or 1093523. OLE color: 1093523.

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

Color convert

RGB14717516-
CMYK0.1600.910.31
HSL70.57º83.25%37.45%-
HSV(B)70.57º90.86%68.63%-
XYZ27.4636.96.17-
YUV148.553.22126.93-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 43.49%
GREEN value IS 175 (68.75% from 255) = 51.78%
BLUE value IS 16 (6.64% from 255) = 4.73%
R=43.49%
G=51.78%
B=4.73%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal147175160.1600.910.3170.5783.2537.45
Hex93AF101005B1F475325
Octal223257202001333710712345
Binary10010011101011111000010000010110111111110001111010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AF10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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