#44bc18

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

Shades of Kelly Green #44BC18

Tints of Kelly Green #44BC18

Color information

#44BC18 (or 0x44BC18) is unknown color: approx Kelly Green. HEX triplet: 44, BC and 18. RGB value is (68,188,24). Sum of RGB (Red+Green+Blue) = 68+188+24=280 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.29% from 280); Green value is 188 (73.83% from 255 or 67.14% from 280); Blue value is 24 (9.77% from 255 or 8.57% from 280); Max value from RGB is 188 - color contains mainly: green. Hex color #44BC18 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #44BC18 is #BB43E7. Grayscale: #858585. Windows color (decimal): -12272616 or 1621060. OLE color: 1621060.

HSL color Cylindrical-coordinate representation of color #44BC18: hue angle of 103.9º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #44BC18 is Cyan = 0.64, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.26.

Color convert

RGB6818824-
CMYK0.6400.870.26
HSL103.9º77.36%41.57%-
HSV(B)103.9º87.23%73.73%-
XYZ20.5337.266.97-
YUV133.4266.2481.34-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.29%
GREEN value IS 188 (73.83% from 255) = 67.14%
BLUE value IS 24 (9.77% from 255) = 8.57%
R=24.29%
G=67.14%
B=8.57%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal68188240.6400.870.26103.977.3641.57
Hex44BC18400571A684d2a
Octal1042743010001273215011552
Binary100010010111100110001000000010101111101011010001001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44bc18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44bc18; }

 p { color: rgb(68,188,24); }

 H1.HeaderClassName
 {
   color: #44bc18;
 }
 .AnyTagClassName
 {
   color: #44bc18;
 }
</style>
background-color css

<style>
 a { background-color: #44bc18; }

 a { background-color: rgb(68,188,24); }

 div.DivClassName
 {
   background-color: #44bc18;
 }
 .BgClassName
 {
   background-color: #44bc18;
 }
</style>
border-color css

<style>
 span { border-color: #44bc18; }

 span { border-color: rgb(68,188,24); }

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