#10C938

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

Shades of Dark Pastel Green #10C938

Tints of Dark Pastel Green #10C938

Color information

#10C938 (or 0x10C938) is unknown color: approx Dark Pastel Green. HEX triplet: 10, C9 and 38. RGB value is (16,201,56). Sum of RGB (Red+Green+Blue) = 16+201+56=273 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.86% from 273); Green value is 201 (78.91% from 255 or 73.63% from 273); Blue value is 56 (22.27% from 255 or 20.51% from 273); Max value from RGB is 201 - color contains mainly: green. Hex color #10C938 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10C938 is #EF36C7. Grayscale: #818181. Windows color (decimal): -15677128 or 3721488. OLE color: 3721488.

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

Color convert

RGB1620156-
CMYK0.9200.720.21
HSL132.97º85.25%42.55%-
HSV(B)132.97º92.04%78.82%-
XYZ21.8142.1710.73-
YUV129.1686.7147.29-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.86%
GREEN value IS 201 (78.91% from 255) = 73.63%
BLUE value IS 56 (22.27% from 255) = 20.51%
R=5.86%
G=73.63%
B=20.51%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal16201560.9200.720.21132.9785.2542.55
Hex10C9385C0481585552b
Octal203117013401102520512553
Binary100001100100111100010111000100100010101100001011010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10C938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,201,56); }

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

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

 a { background-color: rgb(16,201,56); }

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

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

 span { border-color: rgb(16,201,56); }

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