#93C210

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

Shades of Citrus #93C210

Tints of Citrus #93C210

Color information

#93C210 (or 0x93C210) is unknown color: approx Citrus. HEX triplet: 93, C2 and 10. RGB value is (147,194,16). Sum of RGB (Red+Green+Blue) = 147+194+16=357 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.18% from 357); Green value is 194 (76.17% from 255 or 54.34% from 357); Blue value is 16 (6.64% from 255 or 4.48% from 357); Max value from RGB is 194 - color contains mainly: green. Hex color #93C210 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93C210 is #6C3DEF. Grayscale: #A0A0A0. Windows color (decimal): -7093744 or 1098387. OLE color: 1098387.

HSL color Cylindrical-coordinate representation of color #93C210: hue angle of 75.84º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #93C210 is Cyan = 0.24, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB14719416-
CMYK0.2400.920.24
HSL75.84º84.76%41.18%-
HSV(B)75.84º91.75%76.08%-
XYZ31.4244.827.49-
YUV159.6646.93118.97-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.18%
GREEN value IS 194 (76.17% from 255) = 54.34%
BLUE value IS 16 (6.64% from 255) = 4.48%
R=41.18%
G=54.34%
B=4.48%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal147194160.2400.920.2475.8484.7641.18
Hex93C2101805C184c5529
Octal223302203001343011412551
Binary10010011110000101000011000010111001100010011001010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93C210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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