#10B622

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

Shades of Dark Pastel Green #10B622

Tints of Dark Pastel Green #10B622

Color information

#10B622 (or 0x10B622) is unknown color: approx Dark Pastel Green. HEX triplet: 10, B6 and 22. RGB value is (16,182,34). Sum of RGB (Red+Green+Blue) = 16+182+34=232 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.90% from 232); Green value is 182 (71.48% from 255 or 78.45% from 232); Blue value is 34 (13.67% from 255 or 14.66% from 232); Max value from RGB is 182 - color contains mainly: green. Hex color #10B622 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10B622 is #EF49DD. Grayscale: #737373. Windows color (decimal): -15682014 or 2274832. OLE color: 2274832.

HSL color Cylindrical-coordinate representation of color #10B622: hue angle of 126.51º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10B622 is Cyan = 0.91, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.29.

Color convert

RGB1618234-
CMYK0.9100.810.29
HSL126.51º83.84%38.82%-
HSV(B)126.51º91.21%71.37%-
XYZ17.2333.687.11-
YUV115.498257.03-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.90%
GREEN value IS 182 (71.48% from 255) = 78.45%
BLUE value IS 34 (13.67% from 255) = 14.66%
R=6.90%
G=78.45%
B=14.66%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal16182340.9100.810.29126.5183.8438.82
Hex10B6225B0511D7f5427
Octal202664213301213517712447
Binary10000101101101000101011011010100011110111111111010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10B622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,182,34); }

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

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

 a { background-color: rgb(16,182,34); }

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

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

 span { border-color: rgb(16,182,34); }

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