#10C236

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

Shades of Dark Pastel Green #10C236

Tints of Dark Pastel Green #10C236

Color information

#10C236 (or 0x10C236) is unknown color: approx Dark Pastel Green. HEX triplet: 10, C2 and 36. RGB value is (16,194,54). Sum of RGB (Red+Green+Blue) = 16+194+54=264 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.06% from 264); Green value is 194 (76.17% from 255 or 73.48% from 264); Blue value is 54 (21.48% from 255 or 20.45% from 264); Max value from RGB is 194 - color contains mainly: green. Hex color #10C236 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10C236 is #EF3DC9. Grayscale: #7D7D7D. Windows color (decimal): -15678922 or 3588624. OLE color: 3588624.

HSL color Cylindrical-coordinate representation of color #10C236: hue angle of 132.81º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C236 is Cyan = 0.92, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.24.

Color convert

RGB1619454-
CMYK0.9200.720.24
HSL132.81º84.76%41.18%-
HSV(B)132.81º91.75%76.08%-
XYZ20.1738.969.95-
YUV124.8288.0350.38-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.06%
GREEN value IS 194 (76.17% from 255) = 73.48%
BLUE value IS 54 (21.48% from 255) = 20.45%
R=6.06%
G=73.48%
B=20.45%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal16194540.9200.720.24132.8184.7641.18
Hex10C2365C04818855529
Octal203026613401103020512551
Binary100001100001011011010111000100100011000100001011010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10C236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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