#26BD4E

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

Shades of Dark Pastel Green #26BD4E

Tints of Dark Pastel Green #26BD4E

Color information

#26BD4E (or 0x26BD4E) is unknown color: approx Dark Pastel Green. HEX triplet: 26, BD and 4E. RGB value is (38,189,78). Sum of RGB (Red+Green+Blue) = 38+189+78=305 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.46% from 305); Green value is 189 (74.22% from 255 or 61.97% from 305); Blue value is 78 (30.86% from 255 or 25.57% from 305); Max value from RGB is 189 - color contains mainly: green. Hex color #26BD4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #26BD4E is #D942B1. Grayscale: #838383. Windows color (decimal): -14238386 or 5160230. OLE color: 5160230.

HSL color Cylindrical-coordinate representation of color #26BD4E: hue angle of 135.89º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #26BD4E is Cyan = 0.80, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.26.

Color convert

RGB3818978-
CMYK0.8000.590.26
HSL135.89º66.52%44.51%-
HSV(B)135.89º79.89%74.12%-
XYZ20.3737.3613.34-
YUV131.297.9761.53-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.46%
GREEN value IS 189 (74.22% from 255) = 61.97%
BLUE value IS 78 (30.86% from 255) = 25.57%
R=12.46%
G=61.97%
B=25.57%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal38189780.8000.590.26135.8966.5244.51
Hex26BD4E5003B1A88432d
Octal462751161200733221010355
Binary1001101011110110011101010000011101111010100010001000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26BD4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,189,78); }

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

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

 a { background-color: rgb(38,189,78); }

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

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

 span { border-color: rgb(38,189,78); }

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