#10B040

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

Shades of Dark Pastel Green #10B040

Tints of Dark Pastel Green #10B040

Color information

#10B040 (or 0x10B040) is unknown color: approx Dark Pastel Green. HEX triplet: 10, B0 and 40. RGB value is (16,176,64). Sum of RGB (Red+Green+Blue) = 16+176+64=256 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.25% from 256); Green value is 176 (69.14% from 255 or 68.75% from 256); Blue value is 64 (25.39% from 255 or 25% from 256); Max value from RGB is 176 - color contains mainly: green. Hex color #10B040 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10B040 is #EF4FBF. Grayscale: #737373. Windows color (decimal): -15683520 or 4239376. OLE color: 4239376.

HSL color Cylindrical-coordinate representation of color #10B040: hue angle of 138º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10B040 is Cyan = 0.91, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB1617664-
CMYK0.9100.640.31
HSL138º83.33%37.65%-
HSV(B)138º90.91%69.02%-
XYZ16.6631.5310.06-
YUV115.3998.9957.11-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.25%
GREEN value IS 176 (69.14% from 255) = 68.75%
BLUE value IS 64 (25.39% from 255) = 25%
R=6.25%
G=68.75%
B=25%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal16176640.9100.640.3113883.3337.65
Hex10B0405B0401F8a5326
Octal2026010013301003721212346
Binary1000010110000100000010110110100000011111100010101010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10B040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,176,64); }

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

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

 a { background-color: rgb(16,176,64); }

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

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

 span { border-color: rgb(16,176,64); }

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