#26B100

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

Shades of Kelly Green #26B100

Tints of Kelly Green #26B100

Color information

#26B100 (or 0x26B100) is unknown color: approx Kelly Green. HEX triplet: 26, B1 and 00. RGB value is (38,177,0). Sum of RGB (Red+Green+Blue) = 38+177+0=215 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.67% from 215); Green value is 177 (69.53% from 255 or 82.33% from 215); Blue value is 0 (0.39% from 255 or 0% from 215); Max value from RGB is 177 - color contains mainly: green. Hex color #26B100 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #26B100 is #D94EFF. Grayscale: #737373. Windows color (decimal): -14241536 or 45350. OLE color: 45350.

HSL color Cylindrical-coordinate representation of color #26B100: hue angle of 107.12º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #26B100 is Cyan = 0.79, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.31.

Color convert

RGB381770-
CMYK0.79010.31
HSL107.12º100%34.71%-
HSV(B)107.12º100%69.41%-
XYZ16.5231.865.28-
YUV115.2662.9572.89-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.67%
GREEN value IS 177 (69.53% from 255) = 82.33%
BLUE value IS 0 (0.39% from 255) = 0%
R=17.67%
G=82.33%
B=0%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal3817700.79010.31107.1210034.71
Hex26B104F0641F6b6423
Octal46261011701443715314443
Binary1001101011000101001111011001001111111010111100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26B100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,177,0); }

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

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

 a { background-color: rgb(38,177,0); }

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

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

 span { border-color: rgb(38,177,0); }

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