#10C243

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

Shades of Dark Pastel Green #10C243

Tints of Dark Pastel Green #10C243

Color information

#10C243 (or 0x10C243) is unknown color: approx Dark Pastel Green. HEX triplet: 10, C2 and 43. RGB value is (16,194,67). Sum of RGB (Red+Green+Blue) = 16+194+67=277 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.78% from 277); Green value is 194 (76.17% from 255 or 70.04% from 277); Blue value is 67 (26.56% from 255 or 24.19% from 277); Max value from RGB is 194 - color contains mainly: green. Hex color #10C243 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10C243 is #EF3DBC. Grayscale: #7E7E7E. Windows color (decimal): -15678909 or 4440592. OLE color: 4440592.

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

Color convert

RGB1619467-
CMYK0.9200.650.24
HSL137.19º84.76%41.18%-
HSV(B)137.19º91.75%76.08%-
XYZ20.5239.111.78-
YUV126.394.5349.33-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.78%
GREEN value IS 194 (76.17% from 255) = 70.04%
BLUE value IS 67 (26.56% from 255) = 24.19%
R=5.78%
G=70.04%
B=24.19%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal16194670.9200.650.24137.1984.7641.18
Hex10C2435C04118895529
Octal2030210313401013021112551
Binary1000011000010100001110111000100000111000100010011010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10C243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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