#10C635

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

Shades of Dark Pastel Green #10C635

Tints of Dark Pastel Green #10C635

Color information

#10C635 (or 0x10C635) is unknown color: approx Dark Pastel Green. HEX triplet: 10, C6 and 35. RGB value is (16,198,53). Sum of RGB (Red+Green+Blue) = 16+198+53=267 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.99% from 267); Green value is 198 (77.73% from 255 or 74.16% from 267); Blue value is 53 (21.09% from 255 or 19.85% from 267); Max value from RGB is 198 - color contains mainly: green. Hex color #10C635 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10C635 is #EF39CA. Grayscale: #7F7F7F. Windows color (decimal): -15677899 or 3524112. OLE color: 3524112.

HSL color Cylindrical-coordinate representation of color #10C635: hue angle of 132.2º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C635 is Cyan = 0.92, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.22.

Color convert

RGB1619853-
CMYK0.9200.730.22
HSL132.2º85.05%41.96%-
HSV(B)132.2º91.92%77.65%-
XYZ21.0540.7610.13-
YUV127.0586.248.79-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.99%
GREEN value IS 198 (77.73% from 255) = 74.16%
BLUE value IS 53 (21.09% from 255) = 19.85%
R=5.99%
G=74.16%
B=19.85%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal16198530.9200.730.22132.285.0541.96
Hex10C6355C0491684552a
Octal203066513401112620412552
Binary100001100011011010110111000100100110110100001001010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10C635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,198,53); }

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

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

 a { background-color: rgb(16,198,53); }

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

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

 span { border-color: rgb(16,198,53); }

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