#10BB4F

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

Shades of Dark Pastel Green #10BB4F

Tints of Dark Pastel Green #10BB4F

Color information

#10BB4F (or 0x10BB4F) is unknown color: approx Dark Pastel Green. HEX triplet: 10, BB and 4F. RGB value is (16,187,79). Sum of RGB (Red+Green+Blue) = 16+187+79=282 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.67% from 282); Green value is 187 (73.44% from 255 or 66.31% from 282); Blue value is 79 (31.25% from 255 or 28.01% from 282); Max value from RGB is 187 - color contains mainly: green. Hex color #10BB4F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10BB4F is #EF44B0. Grayscale: #7B7B7B. Windows color (decimal): -15680689 or 5225232. OLE color: 5225232.

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

Color convert

RGB1618779-
CMYK0.9100.580.27
HSL142.11º84.24%39.8%-
HSV(B)142.11º91.44%73.33%-
XYZ19.436.2213.37-
YUV123.56102.8551.28-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.67%
GREEN value IS 187 (73.44% from 255) = 66.31%
BLUE value IS 79 (31.25% from 255) = 28.01%
R=5.67%
G=66.31%
B=28.01%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal16187790.9100.580.27142.1184.2439.8
Hex10BB4F5B03A1B8e5428
Octal202731171330723321612450
Binary100001011101110011111011011011101011011100011101010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10BB4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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