Html Css Color HEX #10C726 Dark Pastel Green

📋 copy color: '#10C726'

red 16 ◦ green 199 ◦ blue 38

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

Shades of Dark Pastel Green #10C726

Tints of Dark Pastel Green #10C726

RGB

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

 GREEN value IS 199 (78.13% from 255) = 78.66%

 BLUE value IS 38 (15.23% from 255) = 15.02%

R = 6.32%
G = 78.66%
B = 15.02%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#10C726 (or 0x10C726) is known color: Dark Pastel Green. HEX triplet: 10, C7 and 26. RGB value is (16,199,38). Sum of RGB (Red+Green+Blue) = 16+199+38=253 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.32% from 253); Green value is 199 (78.12% from 255 or 78.66% from 253); Blue value is 38 (15.23% from 255 or 15.02% from 253); Max value from RGB is 199 - color contains mainly: green. Hex color #10C726 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10C726 is #EF38D9. Grayscale: #7E7E7E. Windows color (decimal): -15677658 or 2541328. OLE color: 2541328.

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

Color convert

RGB 16 199 38 -
CMYK 0.92 0 0.81 0.22
HSL 127.21º 0.85% 0.42% -
HSV(B) 127.21º 0.92% 0.78% -
XYZ 20.99 41.1 8.66 -
YUV 125.93 78.37 49.59 -
System Red Green Blue C M Y K H S L
Decimal 16 199 38 0.92 0 0.81 0.22 127.21 0.85 0.42
Hex 10 C7 26 5C 0 51 16 7F 55 2A
Octal 20 307 46 134 0 121 26 177 125 52
Binary 10000 11000111 100110 1011100 0 1010001 10110 1111111 1010101 101010

Color Harmonies of #10C726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10C726

Black with #10C726

Text Example


Text Example

White with #10C726

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,199,38); }

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

background-color css

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

 a { background-color: rgb(16,199,38); }

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

border-color css

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

 span { border-color: rgb(16,199,38); }

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