#10B13A

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

Shades of Dark Pastel Green #10B13A

Tints of Dark Pastel Green #10B13A

Color information

#10B13A (or 0x10B13A) is unknown color: approx Dark Pastel Green. HEX triplet: 10, B1 and 3A. RGB value is (16,177,58). Sum of RGB (Red+Green+Blue) = 16+177+58=251 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.37% from 251); Green value is 177 (69.53% from 255 or 70.52% from 251); Blue value is 58 (23.05% from 255 or 23.11% from 251); Max value from RGB is 177 - color contains mainly: green. Hex color #10B13A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10B13A is #EF4EC5. Grayscale: #737373. Windows color (decimal): -15683270 or 3846416. OLE color: 3846416.

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

Color convert

RGB1617758-
CMYK0.9100.670.31
HSL135.65º83.42%37.84%-
HSV(B)135.65º90.96%69.41%-
XYZ16.731.869.27-
YUV115.395.6657.18-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.37%
GREEN value IS 177 (69.53% from 255) = 70.52%
BLUE value IS 58 (23.05% from 255) = 23.11%
R=6.37%
G=70.52%
B=23.11%

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
Decimal16177580.9100.670.31135.6583.4237.84
Hex10B13A5B0431F885326
Octal202617213301033721012346
Binary100001011000111101010110110100001111111100010001010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10B13A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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