#50AA0C

Color #50AA0C Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #50AA0C

Tints of Kelly Green #50AA0C

Color information

#50AA0C (or 0x50AA0C) is unknown color: approx 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

RGB8017012-
CMYK0.5300.930.33
HSL94.18º86.81%35.69%-
HSV(B)94.18º92.94%66.67%-
XYZ17.7530.485.3-
YUV125.0864.1895.85-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.53%
GREEN value IS 170 (66.80% 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 (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal80170120.5300.930.3394.1886.8135.69
Hex50AAC3505D215e5724
Octal120252146501354113612744
Binary10100001010101011001101010101110110000110111101010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50AA0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>