Html Css Color HEX #10C142 Dark Pastel Green

📋 copy color: '#10C142'

red 16 ◦ green 193 ◦ blue 66

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

Shades of Dark Pastel Green #10C142

Tints of Dark Pastel Green #10C142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 24%

R = 5.82%
G = 70.18%
B = 24%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#10C142 (or 0x10C142) is known color: Dark Pastel Green. HEX triplet: 10, C1 and 42. RGB value is (16,193,66). Sum of RGB (Red+Green+Blue) = 16+193+66=275 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.82% from 275); Green value is 193 (75.78% from 255 or 70.18% from 275); Blue value is 66 (26.17% from 255 or 24% from 275); Max value from RGB is 193 - color contains mainly: green. Hex color #10C142 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10C142 is #EF3EBD. Grayscale: #7D7D7D. Windows color (decimal): -15679166 or 4374800. OLE color: 4374800.

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

Color convert

RGB 16 193 66 -
CMYK 0.92 0 0.66 0.24
HSL 136.95º 0.85% 0.41% -
HSV(B) 136.95º 0.92% 0.76% -
XYZ 20.27 38.64 11.55 -
YUV 125.6 94.36 49.83 -
System Red Green Blue C M Y K H S L
Decimal 16 193 66 0.92 0 0.66 0.24 136.95 0.85 0.41
Hex 10 C1 42 5C 0 42 18 89 55 29
Octal 20 301 102 134 0 102 30 211 125 51
Binary 10000 11000001 1000010 1011100 0 1000010 11000 10001001 1010101 101001

Color Harmonies of #10C142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10C142

Black with #10C142

Text Example


Text Example

White with #10C142

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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