#10C926

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

Shades of Dark Pastel Green #10C926

Tints of Dark Pastel Green #10C926

Color information

#10C926 (or 0x10C926) is unknown color: approx Dark Pastel Green. HEX triplet: 10, C9 and 26. RGB value is (16,201,38). Sum of RGB (Red+Green+Blue) = 16+201+38=255 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.27% from 255); Green value is 201 (78.91% from 255 or 78.82% from 255); Blue value is 38 (15.23% from 255 or 14.90% from 255); Max value from RGB is 201 - color contains mainly: green. Hex color #10C926 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10C926 is #EF36D9. Grayscale: #7F7F7F. Windows color (decimal): -15677146 or 2541840. OLE color: 2541840.

HSL color Cylindrical-coordinate representation of color #10C926: hue angle of 127.14º 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 #10C926 is Cyan = 0.92, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.21.

Color convert

RGB1620138-
CMYK0.9200.810.21
HSL127.14º85.25%42.55%-
HSV(B)127.14º92.04%78.82%-
XYZ21.4542.028.81-
YUV127.177.7148.75-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.27%
GREEN value IS 201 (78.91% from 255) = 78.82%
BLUE value IS 38 (15.23% from 255) = 14.90%
R=6.27%
G=78.82%
B=14.90%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal16201380.9200.810.21127.1485.2542.55
Hex10C9265C051157f552b
Octal203114613401212517712553
Binary10000110010011001101011100010100011010111111111010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10C926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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