Html Css Color HEX #10BC50 Dark Pastel Green

📋 copy color: '#10BC50'

red 16 ◦ green 188 ◦ blue 80

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

Shades of Dark Pastel Green #10BC50

Tints of Dark Pastel Green #10BC50

RGB

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

 GREEN value IS 188 (73.83% from 255) = 66.2%

 BLUE value IS 80 (31.64% from 255) = 28.17%

R = 5.63%
G = 66.2%
B = 28.17%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#10BC50 (or 0x10BC50) is known color: Dark Pastel Green. HEX triplet: 10, BC and 50. RGB value is (16,188,80). Sum of RGB (Red+Green+Blue) = 16+188+80=284 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.63% from 284); Green value is 188 (73.83% from 255 or 66.20% from 284); Blue value is 80 (31.64% from 255 or 28.17% from 284); Max value from RGB is 188 - color contains mainly: green. Hex color #10BC50 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10BC50 is #EF43AF. Grayscale: #7C7C7C. Windows color (decimal): -15680432 or 5291024. OLE color: 5291024.

HSL color Cylindrical-coordinate representation of color #10BC50: hue angle of 142.33º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10BC50 is Cyan = 0.91, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.26.

Color convert

RGB 16 188 80 -
CMYK 0.91 0 0.57 0.26
HSL 142.33º 0.84% 0.4% -
HSV(B) 142.33º 0.91% 0.74% -
XYZ 19.64 36.66 13.63 -
YUV 124.26 103.02 50.78 -
System Red Green Blue C M Y K H S L
Decimal 16 188 80 0.91 0 0.57 0.26 142.33 0.84 0.4
Hex 10 BC 50 5B 0 39 1A 8E 54 28
Octal 20 274 120 133 0 71 32 216 124 50
Binary 10000 10111100 1010000 1011011 0 111001 11010 10001110 1010100 101000

Color Harmonies of #10BC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BC50

Black with #10BC50

Text Example


Text Example

White with #10BC50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,188,80); }

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

background-color css

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

 a { background-color: rgb(16,188,80); }

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

border-color css

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

 span { border-color: rgb(16,188,80); }

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