Html Css Color HEX #10C242 Dark Pastel Green

📋 copy color: '#10C242'

red 16 ◦ green 194 ◦ blue 66

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

Shades of Dark Pastel Green #10C242

Tints of Dark Pastel Green #10C242

RGB

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

 GREEN value IS 194 (76.17% from 255) = 70.29%

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

R = 5.8%
G = 70.29%
B = 23.91%

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

#10C242 (or 0x10C242) is known color: Dark Pastel Green. HEX triplet: 10, C2 and 42. RGB value is (16,194,66). Sum of RGB (Red+Green+Blue) = 16+194+66=276 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.80% from 276); Green value is 194 (76.17% from 255 or 70.29% from 276); Blue value is 66 (26.17% from 255 or 23.91% from 276); Max value from RGB is 194 - color contains mainly: green. Hex color #10C242 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10C242 is #EF3DBD. Grayscale: #7E7E7E. Windows color (decimal): -15678910 or 4375056. OLE color: 4375056.

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

Color convert

RGB 16 194 66 -
CMYK 0.92 0 0.66 0.24
HSL 136.85º 0.85% 0.41% -
HSV(B) 136.85º 0.92% 0.76% -
XYZ 20.49 39.09 11.62 -
YUV 126.19 94.03 49.41 -
System Red Green Blue C M Y K H S L
Decimal 16 194 66 0.92 0 0.66 0.24 136.85 0.85 0.41
Hex 10 C2 42 5C 0 42 18 89 55 29
Octal 20 302 102 134 0 102 30 211 125 51
Binary 10000 11000010 1000010 1011100 0 1000010 11000 10001001 1010101 101001

Color Harmonies of #10C242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10C242

Black with #10C242

Text Example


Text Example

White with #10C242

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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