#10BB2B

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

Shades of Dark Pastel Green #10BB2B

Tints of Dark Pastel Green #10BB2B

Color information

#10BB2B (or 0x10BB2B) is unknown color: approx Dark Pastel Green. HEX triplet: 10, BB and 2B. RGB value is (16,187,43). Sum of RGB (Red+Green+Blue) = 16+187+43=246 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.50% from 246); Green value is 187 (73.44% from 255 or 76.02% from 246); Blue value is 43 (17.19% from 255 or 17.48% from 246); Max value from RGB is 187 - color contains mainly: green. Hex color #10BB2B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10BB2B is #EF44D4. Grayscale: #777777. Windows color (decimal): -15680725 or 2865936. OLE color: 2865936.

HSL color Cylindrical-coordinate representation of color #10BB2B: hue angle of 129.47º 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 #10BB2B is Cyan = 0.91, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB1618743-
CMYK0.9100.770.27
HSL129.47º84.24%39.8%-
HSV(B)129.47º91.44%73.33%-
XYZ18.4235.838.23-
YUV119.4684.8554.21-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.50%
GREEN value IS 187 (73.44% from 255) = 76.02%
BLUE value IS 43 (17.19% from 255) = 17.48%
R=6.50%
G=76.02%
B=17.48%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal16187430.9100.770.27129.4784.2439.8
Hex10BB2B5B04D1B815428
Octal202735313301153320112450
Binary100001011101110101110110110100110111011100000011010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10BB2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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