Html Css Color HEX #50AD1A Kelly Green

📋 copy color: '#50AD1A'

red 80 ◦ green 173 ◦ blue 26

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

Shades of Kelly Green #50AD1A

Tints of Kelly Green #50AD1A

RGB

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

 GREEN value IS 173 (67.97% from 255) = 62.01%

 BLUE value IS 26 (10.55% from 255) = 9.32%

R = 28.67%
G = 62.01%
B = 9.32%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.85

 K value IS 0.32

RGB Variations

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

Color information

#50AD1A (or 0x50AD1A) is known color: Kelly Green. HEX triplet: 50, AD and 1A. RGB value is (80,173,26). Sum of RGB (Red+Green+Blue) = 80+173+26=279 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.67% from 279); Green value is 173 (67.97% from 255 or 62.01% from 279); Blue value is 26 (10.55% from 255 or 9.32% from 279); Max value from RGB is 173 - color contains mainly: green. Hex color #50AD1A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50AD1A is #AF52E5. Grayscale: #808080. Windows color (decimal): -11490022 or 1748304. OLE color: 1748304.

HSL color Cylindrical-coordinate representation of color #50AD1A: hue angle of 97.96º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #50AD1A is Cyan = 0.54, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.32.

Color convert

RGB 80 173 26 -
CMYK 0.54 0 0.85 0.32
HSL 97.96º 0.74% 0.39% -
HSV(B) 97.96º 0.85% 0.68% -
XYZ 18.44 31.67 6.12 -
YUV 128.44 70.19 93.45 -
System Red Green Blue C M Y K H S L
Decimal 80 173 26 0.54 0 0.85 0.32 97.96 0.74 0.39
Hex 50 AD 1A 36 0 55 20 62 4A 27
Octal 120 255 32 66 0 125 40 142 112 47
Binary 1010000 10101101 11010 110110 0 1010101 100000 1100010 1001010 100111

Color Harmonies of #50AD1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AD1A

Black with #50AD1A

Text Example


Text Example

White with #50AD1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,173,26); }

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

background-color css

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

 a { background-color: rgb(80,173,26); }

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

border-color css

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

 span { border-color: rgb(80,173,26); }

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