#26BF0C

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

Shades of Kelly Green #26BF0C

Tints of Kelly Green #26BF0C

Color information

#26BF0C (or 0x26BF0C) is unknown color: approx Kelly Green. HEX triplet: 26, BF and 0C. RGB value is (38,191,12). Sum of RGB (Red+Green+Blue) = 38+191+12=241 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.77% from 241); Green value is 191 (75% from 255 or 79.25% from 241); Blue value is 12 (5.08% from 255 or 4.98% from 241); Max value from RGB is 191 - color contains mainly: green. Hex color #26BF0C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #26BF0C is #D940F3. Grayscale: #7D7D7D. Windows color (decimal): -14237940 or 835366. OLE color: 835366.

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

Color convert

RGB3819112-
CMYK0.8000.940.25
HSL111.28º88.18%39.8%-
HSV(B)111.28º93.72%74.9%-
XYZ19.537.76.6-
YUV124.8564.3166.05-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.77%
GREEN value IS 191 (75% from 255) = 79.25%
BLUE value IS 12 (5.08% from 255) = 4.98%
R=15.77%
G=79.25%
B=4.98%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal38191120.8000.940.25111.2888.1839.8
Hex26BFC5005E196f5828
Octal462771412001363115713050
Binary1001101011111111001010000010111101100111011111011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26BF0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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