Html Css Color HEX #10C119 Dark Pastel Green

📋 copy color: '#10C119'

red 16 ◦ green 193 ◦ blue 25

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

Shades of Dark Pastel Green #10C119

Tints of Dark Pastel Green #10C119

RGB

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

 GREEN value IS 193 (75.78% from 255) = 82.48%

 BLUE value IS 25 (10.16% from 255) = 10.68%

R = 6.84%
G = 82.48%
B = 10.68%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#10C119 (or 0x10C119) is known color: Dark Pastel Green. HEX triplet: 10, C1 and 19. RGB value is (16,193,25). Sum of RGB (Red+Green+Blue) = 16+193+25=234 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.84% from 234); Green value is 193 (75.78% from 255 or 82.48% from 234); Blue value is 25 (10.16% from 255 or 10.68% from 234); Max value from RGB is 193 - color contains mainly: green. Hex color #10C119 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10C119 is #EF3EE6. Grayscale: #797979. Windows color (decimal): -15679207 or 1687824. OLE color: 1687824.

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

Color convert

RGB 16 193 25 -
CMYK 0.92 0 0.87 0.24
HSL 123.05º 0.85% 0.41% -
HSV(B) 123.05º 0.92% 0.76% -
XYZ 19.46 38.32 7.29 -
YUV 120.93 73.86 53.16 -
System Red Green Blue C M Y K H S L
Decimal 16 193 25 0.92 0 0.87 0.24 123.05 0.85 0.41
Hex 10 C1 19 5C 0 57 18 7B 55 29
Octal 20 301 31 134 0 127 30 173 125 51
Binary 10000 11000001 11001 1011100 0 1010111 11000 1111011 1010101 101001

Color Harmonies of #10C119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10C119

Black with #10C119

Text Example


Text Example

White with #10C119

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,193,25); }

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

background-color css

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

 a { background-color: rgb(16,193,25); }

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

border-color css

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

 span { border-color: rgb(16,193,25); }

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