#10D232

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

Shades of Dark Pastel Green #10D232

Tints of Dark Pastel Green #10D232

Color information

#10D232 (or 0x10D232) is unknown color: approx Dark Pastel Green. HEX triplet: 10, D2 and 32. RGB value is (16,210,50). Sum of RGB (Red+Green+Blue) = 16+210+50=276 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.80% from 276); Green value is 210 (82.42% from 255 or 76.09% from 276); Blue value is 50 (19.92% from 255 or 18.12% from 276); Max value from RGB is 210 - color contains mainly: green. Hex color #10D232 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10D232 is #EF2DCD. Grayscale: #868686. Windows color (decimal): -15674830 or 3330576. OLE color: 3330576.

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

Color convert

RGB1621050-
CMYK0.9200.760.18
HSL130.52º85.84%44.31%-
HSV(B)130.52º92.38%82.35%-
XYZ23.8446.4310.72-
YUV133.7580.7344.01-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.80%
GREEN value IS 210 (82.42% from 255) = 76.09%
BLUE value IS 50 (19.92% from 255) = 18.12%
R=5.80%
G=76.09%
B=18.12%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal16210500.9200.760.18130.5285.8444.31
Hex10D2325C04C1283562c
Octal203226213401142220312654
Binary100001101001011001010111000100110010010100000111010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10D232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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