Html Css Color HEX #50AB0A Kelly Green

📋 copy color: '#50AB0A'

red 80 ◦ green 171 ◦ blue 10

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

Shades of Kelly Green #50AB0A

Tints of Kelly Green #50AB0A

RGB

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

 GREEN value IS 171 (67.19% from 255) = 65.52%

 BLUE value IS 10 (4.3% from 255) = 3.83%

R = 30.65%
G = 65.52%
B = 3.83%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#50AB0A (or 0x50AB0A) is known color: Kelly Green. HEX triplet: 50, AB and 0A. RGB value is (80,171,10). Sum of RGB (Red+Green+Blue) = 80+171+10=261 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.65% from 261); Green value is 171 (67.19% from 255 or 65.52% from 261); Blue value is 10 (4.30% from 255 or 3.83% from 261); Max value from RGB is 171 - color contains mainly: green. Hex color #50AB0A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50AB0A is #AF54F5. Grayscale: #7D7D7D. Windows color (decimal): -11490550 or 699216. OLE color: 699216.

HSL color Cylindrical-coordinate representation of color #50AB0A: hue angle of 93.91º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #50AB0A is Cyan = 0.53, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.33.

Color convert

RGB 80 171 10 -
CMYK 0.53 0 0.94 0.33
HSL 93.91º 0.89% 0.35% -
HSV(B) 93.91º 0.94% 0.67% -
XYZ 17.93 30.85 5.3 -
YUV 125.44 62.85 95.59 -
System Red Green Blue C M Y K H S L
Decimal 80 171 10 0.53 0 0.94 0.33 93.91 0.89 0.35
Hex 50 AB A 35 0 5E 21 5E 59 23
Octal 120 253 12 65 0 136 41 136 131 43
Binary 1010000 10101011 1010 110101 0 1011110 100001 1011110 1011001 100011

Color Harmonies of #50AB0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AB0A

Black with #50AB0A

Text Example


Text Example

White with #50AB0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,171,10); }

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

background-color css

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

 a { background-color: rgb(80,171,10); }

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

border-color css

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

 span { border-color: rgb(80,171,10); }

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