#10D23C

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

Shades of Dark Pastel Green #10D23C

Tints of Dark Pastel Green #10D23C

Color information

#10D23C (or 0x10D23C) is unknown color: approx Dark Pastel Green. HEX triplet: 10, D2 and 3C. RGB value is (16,210,60). Sum of RGB (Red+Green+Blue) = 16+210+60=286 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.59% from 286); Green value is 210 (82.42% from 255 or 73.43% from 286); Blue value is 60 (23.83% from 255 or 20.98% from 286); Max value from RGB is 210 - color contains mainly: green. Hex color #10D23C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10D23C is #EF2DC3. Grayscale: #878787. Windows color (decimal): -15674820 or 3985936. OLE color: 3985936.

HSL color Cylindrical-coordinate representation of color #10D23C: hue angle of 133.61º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10D23C is Cyan = 0.92, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB1621060-
CMYK0.9200.710.18
HSL133.61º85.84%44.31%-
HSV(B)133.61º92.38%82.35%-
XYZ24.0846.5311.99-
YUV134.8985.7343.2-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.59%
GREEN value IS 210 (82.42% from 255) = 73.43%
BLUE value IS 60 (23.83% from 255) = 20.98%
R=5.59%
G=73.43%
B=20.98%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal16210600.9200.710.18133.6185.8444.31
Hex10D23C5C0471286562c
Octal203227413401072220612654
Binary100001101001011110010111000100011110010100001101010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10D23C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,210,60); }

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

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

 a { background-color: rgb(16,210,60); }

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

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

 span { border-color: rgb(16,210,60); }

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