#10B03A

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

Shades of Dark Pastel Green #10B03A

Tints of Dark Pastel Green #10B03A

Color information

#10B03A (or 0x10B03A) is unknown color: approx Dark Pastel Green. HEX triplet: 10, B0 and 3A. RGB value is (16,176,58). Sum of RGB (Red+Green+Blue) = 16+176+58=250 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.4% from 250); Green value is 176 (69.14% from 255 or 70.4% from 250); Blue value is 58 (23.05% from 255 or 23.2% from 250); Max value from RGB is 176 - color contains mainly: green. Hex color #10B03A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10B03A is #EF4FC5. Grayscale: #737373. Windows color (decimal): -15683526 or 3846160. OLE color: 3846160.

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

Color convert

RGB1617658-
CMYK0.9100.670.31
HSL135.75º83.33%37.65%-
HSV(B)135.75º90.91%69.02%-
XYZ16.531.479.21-
YUV114.7195.9957.59-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.4%
GREEN value IS 176 (69.14% from 255) = 70.4%
BLUE value IS 58 (23.05% from 255) = 23.2%
R=6.4%
G=70.4%
B=23.2%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal16176580.9100.670.31135.7583.3337.65
Hex10B03A5B0431F885326
Octal202607213301033721012346
Binary100001011000011101010110110100001111111100010001010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10B03A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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