Html Css Color HEX #93C02A Yellow Green

📋 copy color: '#93C02A'

red 147 ◦ green 192 ◦ blue 42

#93C02A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Yellow Green #93C02A

Tints of Yellow Green #93C02A

RGB

 RED value IS 147 (57.81% from 255) = 38.58%

 GREEN value IS 192 (75.39% from 255) = 50.39%

 BLUE value IS 42 (16.8% from 255) = 11.02%

R = 38.58%
G = 50.39%
B = 11.02%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#93C02A (or 0x93C02A) is known color: Yellow Green. HEX triplet: 93, C0 and 2A. RGB value is (147,192,42). Sum of RGB (Red+Green+Blue) = 147+192+42=381 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.58% from 381); Green value is 192 (75.39% from 255 or 50.39% from 381); Blue value is 42 (16.80% from 255 or 11.02% from 381); Max value from RGB is 192 - color contains mainly: green. Hex color #93C02A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93C02A is #6C3FD5. Grayscale: #A2A2A2. Windows color (decimal): -7094230 or 2801811. OLE color: 2801811.

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

Color convert

RGB 147 192 42 -
CMYK 0.23 0 0.78 0.25
HSL 78º 0.64% 0.46% -
HSV(B) 78º 0.78% 0.75% -
XYZ 31.3 44.07 9.05 -
YUV 161.45 60.59 117.7 -
System Red Green Blue C M Y K H S L
Decimal 147 192 42 0.23 0 0.78 0.25 78 0.64 0.46
Hex 93 C0 2A 17 0 4E 19 4E 40 2E
Octal 223 300 52 27 0 116 31 116 100 56
Binary 10010011 11000000 101010 10111 0 1001110 11001 1001110 1000000 101110

Color Harmonies of #93C02A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93C02A

Black with #93C02A

Text Example


Text Example

White with #93C02A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #93C02A;
 }
 .AnyTagClassName
 {
   color: #93C02A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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