Html Css Color HEX #10D03F Dark Pastel Green

📋 copy color: '#10D03F'

red 16 ◦ green 208 ◦ blue 63

#10D03F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pastel Green #10D03F

Tints of Dark Pastel Green #10D03F

RGB

 RED value IS 16 (6.64% from 255) = 5.57%

 GREEN value IS 208 (81.64% from 255) = 72.47%

 BLUE value IS 63 (25% from 255) = 21.95%

R = 5.57%
G = 72.47%
B = 21.95%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#10D03F (or 0x10D03F) is known color: Dark Pastel Green. HEX triplet: 10, D0 and 3F. RGB value is (16,208,63). Sum of RGB (Red+Green+Blue) = 16+208+63=287 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.57% from 287); Green value is 208 (81.64% from 255 or 72.47% from 287); Blue value is 63 (25% from 255 or 21.95% from 287); Max value from RGB is 208 - color contains mainly: green. Hex color #10D03F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10D03F is #EF2FC0. Grayscale: #868686. Windows color (decimal): -15675329 or 4182032. OLE color: 4182032.

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

Color convert

RGB 16 208 63 -
CMYK 0.92 0 0.70 0.18
HSL 134.69º 0.86% 0.44% -
HSV(B) 134.69º 0.92% 0.82% -
XYZ 23.67 45.58 12.25 -
YUV 134.06 87.89 43.79 -
System Red Green Blue C M Y K H S L
Decimal 16 208 63 0.92 0 0.70 0.18 134.69 0.86 0.44
Hex 10 D0 3F 5C 0 46 12 87 56 2C
Octal 20 320 77 134 0 106 22 207 126 54
Binary 10000 11010000 111111 1011100 0 1000110 10010 10000111 1010110 101100

Color Harmonies of #10D03F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10D03F

Black with #10D03F

Text Example


Text Example

White with #10D03F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,208,63); }

 H1.HeaderClassName
 {
   color: #10D03F;
 }
 .AnyTagClassName
 {
   color: #10D03F;
 }
</style>

background-color css

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

 a { background-color: rgb(16,208,63); }

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

border-color css

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

 span { border-color: rgb(16,208,63); }

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