Html Css Color HEX #50A90A Kelly Green

📋 copy color: '#50A90A'

red 80 ◦ green 169 ◦ blue 10

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

Shades of Kelly Green #50A90A

Tints of Kelly Green #50A90A

RGB

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

 GREEN value IS 169 (66.41% from 255) = 65.25%

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

R = 30.89%
G = 65.25%
B = 3.86%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.94

 K value IS 0.34

RGB Variations

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

Color information

#50A90A (or 0x50A90A) is known color: Kelly Green. HEX triplet: 50, A9 and 0A. RGB value is (80,169,10). Sum of RGB (Red+Green+Blue) = 80+169+10=259 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.89% from 259); Green value is 169 (66.41% from 255 or 65.25% from 259); Blue value is 10 (4.30% from 255 or 3.86% from 259); Max value from RGB is 169 - color contains mainly: green. Hex color #50A90A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50A90A is #AF56F5. Grayscale: #7C7C7C. Windows color (decimal): -11491062 or 698704. OLE color: 698704.

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

Color convert

RGB 80 169 10 -
CMYK 0.53 0 0.94 0.34
HSL 93.58º 0.89% 0.35% -
HSV(B) 93.58º 0.94% 0.66% -
XYZ 17.55 30.1 5.17 -
YUV 124.26 63.51 96.43 -
System Red Green Blue C M Y K H S L
Decimal 80 169 10 0.53 0 0.94 0.34 93.58 0.89 0.35
Hex 50 A9 A 35 0 5E 22 5E 59 23
Octal 120 251 12 65 0 136 42 136 131 43
Binary 1010000 10101001 1010 110101 0 1011110 100010 1011110 1011001 100011

Color Harmonies of #50A90A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A90A

Black with #50A90A

Text Example


Text Example

White with #50A90A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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