#93C02D

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

Shades of Yellow Green #93C02D

Tints of Yellow Green #93C02D

Color information

#93C02D (or 0x93C02D) is unknown color: approx Yellow Green. HEX triplet: 93, C0 and 2D. RGB value is (147,192,45). Sum of RGB (Red+Green+Blue) = 147+192+45=384 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.28% from 384); Green value is 192 (75.39% from 255 or 50% from 384); Blue value is 45 (17.97% from 255 or 11.72% from 384); Max value from RGB is 192 - color contains mainly: green. Hex color #93C02D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93C02D is #6C3FD2. Grayscale: #A2A2A2. Windows color (decimal): -7094227 or 2998419. OLE color: 2998419.

HSL color Cylindrical-coordinate representation of color #93C02D: hue angle of 78.37º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #93C02D is Cyan = 0.23, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB14719245-
CMYK0.2300.770.25
HSL78.37º62.03%46.47%-
HSV(B)78.37º76.56%75.29%-
XYZ31.3644.099.34-
YUV161.7962.09117.45-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.28%
GREEN value IS 192 (75.39% from 255) = 50%
BLUE value IS 45 (17.97% from 255) = 11.72%
R=38.28%
G=50%
B=11.72%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal147192450.2300.770.2578.3762.0346.47
Hex93C02D1704D194e3e2e
Octal22330055270115311167656
Binary10010011110000001011011011101001101110011001110111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93C02D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,192,45); }

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

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

 a { background-color: rgb(147,192,45); }

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

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

 span { border-color: rgb(147,192,45); }

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