#10BB26

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

Shades of Dark Pastel Green #10BB26

Tints of Dark Pastel Green #10BB26

Color information

#10BB26 (or 0x10BB26) is unknown color: approx Dark Pastel Green. HEX triplet: 10, BB and 26. RGB value is (16,187,38). Sum of RGB (Red+Green+Blue) = 16+187+38=241 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.64% from 241); Green value is 187 (73.44% from 255 or 77.59% from 241); Blue value is 38 (15.23% from 255 or 15.77% from 241); Max value from RGB is 187 - color contains mainly: green. Hex color #10BB26 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10BB26 is #EF44D9. Grayscale: #777777. Windows color (decimal): -15680730 or 2538256. OLE color: 2538256.

HSL color Cylindrical-coordinate representation of color #10BB26: hue angle of 127.72º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10BB26 is Cyan = 0.91, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB1618738-
CMYK0.9100.800.27
HSL127.72º84.24%39.8%-
HSV(B)127.72º91.44%73.33%-
XYZ18.3335.797.78-
YUV118.8882.3554.62-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.64%
GREEN value IS 187 (73.44% from 255) = 77.59%
BLUE value IS 38 (15.23% from 255) = 15.77%
R=6.64%
G=77.59%
B=15.77%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal16187380.9100.800.27127.7284.2439.8
Hex10BB265B0501B805428
Octal202734613301203320012450
Binary100001011101110011010110110101000011011100000001010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10BB26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10BB26; }

 p { color: rgb(16,187,38); }

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

<style>
 a { background-color: #10BB26; }

 a { background-color: rgb(16,187,38); }

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

<style>
 span { border-color: #10BB26; }

 span { border-color: rgb(16,187,38); }

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