Html Css Color HEX #50AA0C Kelly Green

📋 copy color: '#50AA0C'

red 80 ◦ green 170 ◦ blue 12

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

Shades of Kelly Green #50AA0C

Tints of Kelly Green #50AA0C

RGB

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

 GREEN value IS 170 (66.8% from 255) = 64.89%

 BLUE value IS 12 (5.08% from 255) = 4.58%

R = 30.53%
G = 64.89%
B = 4.58%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#50AA0C (or 0x50AA0C) is known color: Kelly Green. HEX triplet: 50, AA and 0C. RGB value is (80,170,12). Sum of RGB (Red+Green+Blue) = 80+170+12=262 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.53% from 262); Green value is 170 (66.80% from 255 or 64.89% from 262); Blue value is 12 (5.08% from 255 or 4.58% from 262); Max value from RGB is 170 - color contains mainly: green. Hex color #50AA0C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50AA0C is #AF55F3. Grayscale: #7D7D7D. Windows color (decimal): -11490804 or 830032. OLE color: 830032.

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

Color convert

RGB 80 170 12 -
CMYK 0.53 0 0.93 0.33
HSL 94.18º 0.87% 0.36% -
HSV(B) 94.18º 0.93% 0.67% -
XYZ 17.75 30.48 5.3 -
YUV 125.08 64.18 95.85 -
System Red Green Blue C M Y K H S L
Decimal 80 170 12 0.53 0 0.93 0.33 94.18 0.87 0.36
Hex 50 AA C 35 0 5D 21 5E 57 24
Octal 120 252 14 65 0 135 41 136 127 44
Binary 1010000 10101010 1100 110101 0 1011101 100001 1011110 1010111 100100

Color Harmonies of #50AA0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AA0C

Black with #50AA0C

Text Example


Text Example

White with #50AA0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,170,12); }

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

background-color css

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

 a { background-color: rgb(80,170,12); }

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

border-color css

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

 span { border-color: rgb(80,170,12); }

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