Html Css Color HEX #10C640 Dark Pastel Green

📋 copy color: '#10C640'

red 16 ◦ green 198 ◦ blue 64

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

Shades of Dark Pastel Green #10C640

Tints of Dark Pastel Green #10C640

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 23.02%

R = 5.76%
G = 71.22%
B = 23.02%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#10C640 (or 0x10C640) is known color: Dark Pastel Green. HEX triplet: 10, C6 and 40. RGB value is (16,198,64). Sum of RGB (Red+Green+Blue) = 16+198+64=278 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.76% from 278); Green value is 198 (77.73% from 255 or 71.22% from 278); Blue value is 64 (25.39% from 255 or 23.02% from 278); Max value from RGB is 198 - color contains mainly: green. Hex color #10C640 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10C640 is #EF39BF. Grayscale: #808080. Windows color (decimal): -15677888 or 4245008. OLE color: 4245008.

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

Color convert

RGB 16 198 64 -
CMYK 0.92 0 0.68 0.22
HSL 135.82º 0.85% 0.42% -
HSV(B) 135.82º 0.92% 0.78% -
XYZ 21.33 40.87 11.61 -
YUV 128.31 91.7 47.9 -
System Red Green Blue C M Y K H S L
Decimal 16 198 64 0.92 0 0.68 0.22 135.82 0.85 0.42
Hex 10 C6 40 5C 0 44 16 88 55 2A
Octal 20 306 100 134 0 104 26 210 125 52
Binary 10000 11000110 1000000 1011100 0 1000100 10110 10001000 1010101 101010

Color Harmonies of #10C640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10C640

Black with #10C640

Text Example


Text Example

White with #10C640

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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