Html Css Color HEX #10C62C Dark Pastel Green

📋 copy color: '#10C62C'

red 16 ◦ green 198 ◦ blue 44

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

Shades of Dark Pastel Green #10C62C

Tints of Dark Pastel Green #10C62C

RGB

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

 GREEN value IS 198 (77.73% from 255) = 76.74%

 BLUE value IS 44 (17.58% from 255) = 17.05%

R = 6.2%
G = 76.74%
B = 17.05%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#10C62C (or 0x10C62C) is known color: Dark Pastel Green. HEX triplet: 10, C6 and 2C. RGB value is (16,198,44). Sum of RGB (Red+Green+Blue) = 16+198+44=258 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.20% from 258); Green value is 198 (77.73% from 255 or 76.74% from 258); Blue value is 44 (17.58% from 255 or 17.05% from 258); Max value from RGB is 198 - color contains mainly: green. Hex color #10C62C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10C62C is #EF39D3. Grayscale: #7E7E7E. Windows color (decimal): -15677908 or 2934288. OLE color: 2934288.

HSL color Cylindrical-coordinate representation of color #10C62C: hue angle of 129.23º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C62C is Cyan = 0.92, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB 16 198 44 -
CMYK 0.92 0 0.78 0.22
HSL 129.23º 0.85% 0.42% -
HSV(B) 129.23º 0.92% 0.78% -
XYZ 20.86 40.68 9.14 -
YUV 126.03 81.7 49.52 -
System Red Green Blue C M Y K H S L
Decimal 16 198 44 0.92 0 0.78 0.22 129.23 0.85 0.42
Hex 10 C6 2C 5C 0 4E 16 81 55 2A
Octal 20 306 54 134 0 116 26 201 125 52
Binary 10000 11000110 101100 1011100 0 1001110 10110 10000001 1010101 101010

Color Harmonies of #10C62C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10C62C

Black with #10C62C

Text Example


Text Example

White with #10C62C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,198,44); }

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

background-color css

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

 a { background-color: rgb(16,198,44); }

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

border-color css

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

 span { border-color: rgb(16,198,44); }

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