#26C200

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

Shades of Kelly Green #26C200

Tints of Kelly Green #26C200

Color information

#26C200 (or 0x26C200) is unknown color: approx Kelly Green. HEX triplet: 26, C2 and 00. RGB value is (38,194,0). Sum of RGB (Red+Green+Blue) = 38+194+0=232 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.38% from 232); Green value is 194 (76.17% from 255 or 83.62% from 232); Blue value is 0 (0.39% from 255 or 0% from 232); Max value from RGB is 194 - color contains mainly: green. Hex color #26C200 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #26C200 is #D93DFF. Grayscale: #7D7D7D. Windows color (decimal): -14237184 or 49702. OLE color: 49702.

HSL color Cylindrical-coordinate representation of color #26C200: hue angle of 108.25º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #26C200 is Cyan = 0.80, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.24.

Color convert

RGB381940-
CMYK0.80010.24
HSL108.25º100%38.04%-
HSV(B)108.25º100%76.08%-
XYZ20.09396.47-
YUV125.2457.3265.77-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.38%
GREEN value IS 194 (76.17% from 255) = 83.62%
BLUE value IS 0 (0.39% from 255) = 0%
R=16.38%
G=83.62%
B=0%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal3819400.80010.24108.2510038.04
Hex26C2050064186c6426
Octal46302012001443015414446
Binary1001101100001001010000011001001100011011001100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26C200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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