Html Css Color HEX #50A60A Kelly Green

📋 copy color: '#50A60A'

red 80 ◦ green 166 ◦ blue 10

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

Shades of Kelly Green #50A60A

Tints of Kelly Green #50A60A

RGB

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

 GREEN value IS 166 (65.23% from 255) = 64.84%

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

R = 31.25%
G = 64.84%
B = 3.91%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.94

 K value IS 0.35

RGB Variations

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

Color information

#50A60A (or 0x50A60A) is known color: Kelly Green. HEX triplet: 50, A6 and 0A. RGB value is (80,166,10). Sum of RGB (Red+Green+Blue) = 80+166+10=256 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.25% from 256); Green value is 166 (65.23% from 255 or 64.84% from 256); Blue value is 10 (4.30% from 255 or 3.91% from 256); Max value from RGB is 166 - color contains mainly: green. Hex color #50A60A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50A60A is #AF59F5. Grayscale: #7B7B7B. Windows color (decimal): -11491830 or 697936. OLE color: 697936.

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

Color convert

RGB 80 166 10 -
CMYK 0.52 0 0.94 0.35
HSL 93.08º 0.89% 0.35% -
HSV(B) 93.08º 0.94% 0.65% -
XYZ 17 29 4.99 -
YUV 122.5 64.51 97.68 -
System Red Green Blue C M Y K H S L
Decimal 80 166 10 0.52 0 0.94 0.35 93.08 0.89 0.35
Hex 50 A6 A 34 0 5E 23 5D 59 23
Octal 120 246 12 64 0 136 43 135 131 43
Binary 1010000 10100110 1010 110100 0 1011110 100011 1011101 1011001 100011

Color Harmonies of #50A60A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A60A

Black with #50A60A

Text Example


Text Example

White with #50A60A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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