Html Css Color HEX #10C540 Dark Pastel Green

📋 copy color: '#10C540'

red 16 ◦ green 197 ◦ blue 64

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

Shades of Dark Pastel Green #10C540

Tints of Dark Pastel Green #10C540

RGB

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

 GREEN value IS 197 (77.34% from 255) = 71.12%

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

R = 5.78%
G = 71.12%
B = 23.1%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#10C540 (or 0x10C540) is known color: Dark Pastel Green. HEX triplet: 10, C5 and 40. RGB value is (16,197,64). Sum of RGB (Red+Green+Blue) = 16+197+64=277 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.78% from 277); Green value is 197 (77.34% from 255 or 71.12% from 277); Blue value is 64 (25.39% from 255 or 23.10% from 277); Max value from RGB is 197 - color contains mainly: green. Hex color #10C540 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10C540 is #EF3ABF. Grayscale: #808080. Windows color (decimal): -15678144 or 4244752. OLE color: 4244752.

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

Color convert

RGB 16 197 64 -
CMYK 0.92 0 0.68 0.23
HSL 135.91º 0.85% 0.42% -
HSV(B) 135.91º 0.92% 0.77% -
XYZ 21.11 40.41 11.54 -
YUV 127.72 92.03 48.31 -
System Red Green Blue C M Y K H S L
Decimal 16 197 64 0.92 0 0.68 0.23 135.91 0.85 0.42
Hex 10 C5 40 5C 0 44 17 88 55 2A
Octal 20 305 100 134 0 104 27 210 125 52
Binary 10000 11000101 1000000 1011100 0 1000100 10111 10001000 1010101 101010

Color Harmonies of #10C540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10C540

Black with #10C540

Text Example


Text Example

White with #10C540

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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