Html Css Color HEX #10C43C Dark Pastel Green

📋 copy color: '#10C43C'

red 16 ◦ green 196 ◦ blue 60

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

Shades of Dark Pastel Green #10C43C

Tints of Dark Pastel Green #10C43C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 22.06%

R = 5.88%
G = 72.06%
B = 22.06%

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

#10C43C (or 0x10C43C) is known color: Dark Pastel Green. HEX triplet: 10, C4 and 3C. RGB value is (16,196,60). Sum of RGB (Red+Green+Blue) = 16+196+60=272 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.88% from 272); Green value is 196 (76.95% from 255 or 72.06% from 272); Blue value is 60 (23.83% from 255 or 22.06% from 272); Max value from RGB is 196 - color contains mainly: green. Hex color #10C43C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10C43C is #EF3BC3. Grayscale: #7F7F7F. Windows color (decimal): -15678404 or 3982352. OLE color: 3982352.

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

Color convert

RGB 16 196 60 -
CMYK 0.92 0 0.69 0.23
HSL 134.67º 0.85% 0.42% -
HSV(B) 134.67º 0.92% 0.77% -
XYZ 20.77 39.92 10.88 -
YUV 126.68 90.37 49.06 -
System Red Green Blue C M Y K H S L
Decimal 16 196 60 0.92 0 0.69 0.23 134.67 0.85 0.42
Hex 10 C4 3C 5C 0 45 17 87 55 2A
Octal 20 304 74 134 0 105 27 207 125 52
Binary 10000 11000100 111100 1011100 0 1000101 10111 10000111 1010101 101010

Color Harmonies of #10C43C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10C43C

Black with #10C43C

Text Example


Text Example

White with #10C43C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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