Html Css Color HEX #10C12B Dark Pastel Green

📋 copy color: '#10C12B'

red 16 ◦ green 193 ◦ blue 43

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

Shades of Dark Pastel Green #10C12B

Tints of Dark Pastel Green #10C12B

RGB

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

 GREEN value IS 193 (75.78% from 255) = 76.59%

 BLUE value IS 43 (17.19% from 255) = 17.06%

R = 6.35%
G = 76.59%
B = 17.06%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#10C12B (or 0x10C12B) is known color: Dark Pastel Green. HEX triplet: 10, C1 and 2B. RGB value is (16,193,43). Sum of RGB (Red+Green+Blue) = 16+193+43=252 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.35% from 252); Green value is 193 (75.78% from 255 or 76.59% from 252); Blue value is 43 (17.19% from 255 or 17.06% from 252); Max value from RGB is 193 - color contains mainly: green. Hex color #10C12B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10C12B is #EF3ED4. Grayscale: #7B7B7B. Windows color (decimal): -15679189 or 2867472. OLE color: 2867472.

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

Color convert

RGB 16 193 43 -
CMYK 0.92 0 0.78 0.24
HSL 129.15º 0.85% 0.41% -
HSV(B) 129.15º 0.92% 0.76% -
XYZ 19.72 38.42 8.66 -
YUV 122.98 82.86 51.7 -
System Red Green Blue C M Y K H S L
Decimal 16 193 43 0.92 0 0.78 0.24 129.15 0.85 0.41
Hex 10 C1 2B 5C 0 4E 18 81 55 29
Octal 20 301 53 134 0 116 30 201 125 51
Binary 10000 11000001 101011 1011100 0 1001110 11000 10000001 1010101 101001

Color Harmonies of #10C12B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10C12B

Black with #10C12B

Text Example


Text Example

White with #10C12B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,193,43); }

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

background-color css

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

 a { background-color: rgb(16,193,43); }

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

border-color css

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

 span { border-color: rgb(16,193,43); }

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