#26C00B

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

Shades of Kelly Green #26C00B

Tints of Kelly Green #26C00B

Color information

#26C00B (or 0x26C00B) is unknown color: approx Kelly Green. HEX triplet: 26, C0 and 0B. RGB value is (38,192,11). Sum of RGB (Red+Green+Blue) = 38+192+11=241 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.77% from 241); Green value is 192 (75.39% from 255 or 79.67% from 241); Blue value is 11 (4.69% from 255 or 4.56% from 241); Max value from RGB is 192 - color contains mainly: green. Hex color #26C00B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #26C00B is #D93FF4. Grayscale: #7D7D7D. Windows color (decimal): -14237685 or 770086. OLE color: 770086.

HSL color Cylindrical-coordinate representation of color #26C00B: hue angle of 111.05º degrees, saturation: 0.89, 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 #26C00B is Cyan = 0.80, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB3819211-
CMYK0.8000.940.25
HSL111.05º89.16%39.8%-
HSV(B)111.05º94.27%75.29%-
XYZ19.7138.146.64-
YUV125.3263.4865.72-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.77%
GREEN value IS 192 (75.39% from 255) = 79.67%
BLUE value IS 11 (4.69% from 255) = 4.56%
R=15.77%
G=79.67%
B=4.56%

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
Decimal38192110.8000.940.25111.0589.1639.8
Hex26C0B5005E196f5928
Octal463001312001363115713150
Binary1001101100000010111010000010111101100111011111011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26C00B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,192,11); }

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

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

 a { background-color: rgb(38,192,11); }

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

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

 span { border-color: rgb(38,192,11); }

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