#26BC0C

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

Shades of Kelly Green #26BC0C

Tints of Kelly Green #26BC0C

Color information

#26BC0C (or 0x26BC0C) is unknown color: approx Kelly Green. HEX triplet: 26, BC and 0C. RGB value is (38,188,12). Sum of RGB (Red+Green+Blue) = 38+188+12=238 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.97% from 238); Green value is 188 (73.83% from 255 or 78.99% from 238); Blue value is 12 (5.08% from 255 or 5.04% from 238); Max value from RGB is 188 - color contains mainly: green. Hex color #26BC0C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #26BC0C is #D943F3. Grayscale: #7B7B7B. Windows color (decimal): -14238708 or 834598. OLE color: 834598.

HSL color Cylindrical-coordinate representation of color #26BC0C: hue angle of 111.14º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #26BC0C is Cyan = 0.80, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB3818812-
CMYK0.8000.940.26
HSL111.14º88%39.22%-
HSV(B)111.14º93.62%73.73%-
XYZ18.8536.416.38-
YUV123.0965.3167.31-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.97%
GREEN value IS 188 (73.83% from 255) = 78.99%
BLUE value IS 12 (5.08% from 255) = 5.04%
R=15.97%
G=78.99%
B=5.04%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal38188120.8000.940.26111.148839.22
Hex26BCC5005E1A6f5827
Octal462741412001363215713047
Binary1001101011110011001010000010111101101011011111011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26BC0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26BC0C; }

 p { color: rgb(38,188,12); }

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

<style>
 a { background-color: #26BC0C; }

 a { background-color: rgb(38,188,12); }

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

<style>
 span { border-color: #26BC0C; }

 span { border-color: rgb(38,188,12); }

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