Html Css Color HEX #10C43D Dark Pastel Green

📋 copy color: '#10C43D'

red 16 ◦ green 196 ◦ blue 61

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

Shades of Dark Pastel Green #10C43D

Tints of Dark Pastel Green #10C43D

RGB

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

 GREEN value IS 196 (76.95% from 255) = 71.79%

 BLUE value IS 61 (24.22% from 255) = 22.34%

R = 5.86%
G = 71.79%
B = 22.34%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.69

 K value IS 0.23

RGB Variations

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

Color information

#10C43D (or 0x10C43D) is known color: Dark Pastel Green. HEX triplet: 10, C4 and 3D. RGB value is (16,196,61). Sum of RGB (Red+Green+Blue) = 16+196+61=273 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.86% from 273); Green value is 196 (76.95% from 255 or 71.79% from 273); Blue value is 61 (24.22% from 255 or 22.34% from 273); Max value from RGB is 196 - color contains mainly: green. Hex color #10C43D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10C43D is #EF3BC2. Grayscale: #7F7F7F. Windows color (decimal): -15678403 or 4047888. OLE color: 4047888.

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

Color convert

RGB 16 196 61 -
CMYK 0.92 0 0.69 0.23
HSL 135º 0.85% 0.42% -
HSV(B) 135º 0.92% 0.77% -
XYZ 20.8 39.93 11.03 -
YUV 126.79 90.87 48.98 -
System Red Green Blue C M Y K H S L
Decimal 16 196 61 0.92 0 0.69 0.23 135 0.85 0.42
Hex 10 C4 3D 5C 0 45 17 87 55 2A
Octal 20 304 75 134 0 105 27 207 125 52
Binary 10000 11000100 111101 1011100 0 1000101 10111 10000111 1010101 101010

Color Harmonies of #10C43D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10C43D

Black with #10C43D

Text Example


Text Example

White with #10C43D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,196,61); }

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

background-color css

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

 a { background-color: rgb(16,196,61); }

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

border-color css

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

 span { border-color: rgb(16,196,61); }

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