#10BA33

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

Shades of Dark Pastel Green #10BA33

Tints of Dark Pastel Green #10BA33

Color information

#10BA33 (or 0x10BA33) is unknown color: approx Dark Pastel Green. HEX triplet: 10, BA and 33. RGB value is (16,186,51). Sum of RGB (Red+Green+Blue) = 16+186+51=253 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.32% from 253); Green value is 186 (73.05% from 255 or 73.52% from 253); Blue value is 51 (20.31% from 255 or 20.16% from 253); Max value from RGB is 186 - color contains mainly: green. Hex color #10BA33 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10BA33 is #EF45CC. Grayscale: #787878. Windows color (decimal): -15680973 or 3389968. OLE color: 3389968.

HSL color Cylindrical-coordinate representation of color #10BA33: hue angle of 132.35º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10BA33 is Cyan = 0.91, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB1618651-
CMYK0.9100.730.27
HSL132.35º84.16%39.61%-
HSV(B)132.35º91.4%72.94%-
XYZ18.3735.479.01-
YUV119.7889.1853.98-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.32%
GREEN value IS 186 (73.05% from 255) = 73.52%
BLUE value IS 51 (20.31% from 255) = 20.16%
R=6.32%
G=73.52%
B=20.16%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal16186510.9100.730.27132.3584.1639.61
Hex10BA335B0491B845428
Octal202726313301113320412450
Binary100001011101011001110110110100100111011100001001010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10BA33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,186,51); }

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

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

 a { background-color: rgb(16,186,51); }

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

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

 span { border-color: rgb(16,186,51); }

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