Html Css Color HEX #50AC12 Kelly Green

📋 copy color: '#50AC12'

red 80 ◦ green 172 ◦ blue 18

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

Shades of Kelly Green #50AC12

Tints of Kelly Green #50AC12

RGB

 RED value IS 80 (31.64% from 255) = 29.63%

 GREEN value IS 172 (67.58% from 255) = 63.7%

 BLUE value IS 18 (7.42% from 255) = 6.67%

R = 29.63%
G = 63.7%
B = 6.67%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.90

 K value IS 0.33

RGB Variations

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

Color information

#50AC12 (or 0x50AC12) is known color: Kelly Green. HEX triplet: 50, AC and 12. RGB value is (80,172,18). Sum of RGB (Red+Green+Blue) = 80+172+18=270 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.63% from 270); Green value is 172 (67.58% from 255 or 63.70% from 270); Blue value is 18 (7.42% from 255 or 6.67% from 270); Max value from RGB is 172 - color contains mainly: green. Hex color #50AC12 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50AC12 is #AF53ED. Grayscale: #7F7F7F. Windows color (decimal): -11490286 or 1223760. OLE color: 1223760.

HSL color Cylindrical-coordinate representation of color #50AC12: hue angle of 95.84º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #50AC12 is Cyan = 0.53, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.33.

Color convert

RGB 80 172 18 -
CMYK 0.53 0 0.90 0.33
HSL 95.84º 0.81% 0.37% -
HSV(B) 95.84º 0.9% 0.67% -
XYZ 18.17 31.25 5.65 -
YUV 126.94 66.52 94.52 -
System Red Green Blue C M Y K H S L
Decimal 80 172 18 0.53 0 0.90 0.33 95.84 0.81 0.37
Hex 50 AC 12 35 0 5A 21 60 51 25
Octal 120 254 22 65 0 132 41 140 121 45
Binary 1010000 10101100 10010 110101 0 1011010 100001 1100000 1010001 100101

Color Harmonies of #50AC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AC12

Black with #50AC12

Text Example


Text Example

White with #50AC12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50AC12; }

 p { color: rgb(80,172,18); }

 H1.HeaderClassName
 {
   color: #50AC12;
 }
 .AnyTagClassName
 {
   color: #50AC12;
 }
</style>

background-color css

<style>
 a { background-color: #50AC12; }

 a { background-color: rgb(80,172,18); }

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

border-color css

<style>
 span { border-color: #50AC12; }

 span { border-color: rgb(80,172,18); }

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