#10B236

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

Shades of Dark Pastel Green #10B236

Tints of Dark Pastel Green #10B236

Color information

#10B236 (or 0x10B236) is unknown color: approx Dark Pastel Green. HEX triplet: 10, B2 and 36. RGB value is (16,178,54). Sum of RGB (Red+Green+Blue) = 16+178+54=248 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.45% from 248); Green value is 178 (69.92% from 255 or 71.77% from 248); Blue value is 54 (21.48% from 255 or 21.77% from 248); Max value from RGB is 178 - color contains mainly: green. Hex color #10B236 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10B236 is #EF4DC9. Grayscale: #737373. Windows color (decimal): -15683018 or 3584528. OLE color: 3584528.

HSL color Cylindrical-coordinate representation of color #10B236: hue angle of 134.07º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10B236 is Cyan = 0.91, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.30.

Color convert

RGB1617854-
CMYK0.9100.700.30
HSL134.07º83.51%38.04%-
HSV(B)134.07º91.01%69.8%-
XYZ16.832.228.82-
YUV115.4393.3357.08-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.45%
GREEN value IS 178 (69.92% from 255) = 71.77%
BLUE value IS 54 (21.48% from 255) = 21.77%
R=6.45%
G=71.77%
B=21.77%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal16178540.9100.700.30134.0783.5138.04
Hex10B2365B0461E865426
Octal202626613301063620612446
Binary100001011001011011010110110100011011110100001101010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10B236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,178,54); }

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

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

 a { background-color: rgb(16,178,54); }

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

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

 span { border-color: rgb(16,178,54); }

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