Html Css Color HEX #10C039 Dark Pastel Green

📋 copy color: '#10C039'

red 16 ◦ green 192 ◦ blue 57

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

Shades of Dark Pastel Green #10C039

Tints of Dark Pastel Green #10C039

RGB

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

 GREEN value IS 192 (75.39% from 255) = 72.45%

 BLUE value IS 57 (22.66% from 255) = 21.51%

R = 6.04%
G = 72.45%
B = 21.51%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#10C039 (or 0x10C039) is known color: Dark Pastel Green. HEX triplet: 10, C0 and 39. RGB value is (16,192,57). Sum of RGB (Red+Green+Blue) = 16+192+57=265 (35% of max value = 765). Red value is 16 (6.64% from 255 or 6.04% from 265); Green value is 192 (75.39% from 255 or 72.45% from 265); Blue value is 57 (22.66% from 255 or 21.51% from 265); Max value from RGB is 192 - color contains mainly: green. Hex color #10C039 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10C039 is #EF3FC6. Grayscale: #7C7C7C. Windows color (decimal): -15679431 or 3784720. OLE color: 3784720.

HSL color Cylindrical-coordinate representation of color #10C039: hue angle of 133.98º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C039 is Cyan = 0.92, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB 16 192 57 -
CMYK 0.92 0 0.70 0.25
HSL 133.98º 0.85% 0.41% -
HSV(B) 133.98º 0.92% 0.75% -
XYZ 19.8 38.1 10.18 -
YUV 123.99 90.19 50.98 -
System Red Green Blue C M Y K H S L
Decimal 16 192 57 0.92 0 0.70 0.25 133.98 0.85 0.41
Hex 10 C0 39 5C 0 46 19 86 55 29
Octal 20 300 71 134 0 106 31 206 125 51
Binary 10000 11000000 111001 1011100 0 1000110 11001 10000110 1010101 101001

Color Harmonies of #10C039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10C039

Black with #10C039

Text Example


Text Example

White with #10C039

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,192,57); }

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

background-color css

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

 a { background-color: rgb(16,192,57); }

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

border-color css

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

 span { border-color: rgb(16,192,57); }

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