Html Css Color HEX #10BA50 Dark Pastel Green

📋 copy color: '#10BA50'

red 16 ◦ green 186 ◦ blue 80

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

Shades of Dark Pastel Green #10BA50

Tints of Dark Pastel Green #10BA50

RGB

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

 GREEN value IS 186 (73.05% from 255) = 65.96%

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

R = 5.67%
G = 65.96%
B = 28.37%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#10BA50 (or 0x10BA50) is known color: Dark Pastel Green. HEX triplet: 10, BA and 50. RGB value is (16,186,80). Sum of RGB (Red+Green+Blue) = 16+186+80=282 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.67% from 282); Green value is 186 (73.05% from 255 or 65.96% from 282); Blue value is 80 (31.64% from 255 or 28.37% from 282); Max value from RGB is 186 - color contains mainly: green. Hex color #10BA50 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10BA50 is #EF45AF. Grayscale: #7B7B7B. Windows color (decimal): -15680944 or 5290512. OLE color: 5290512.

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

Color convert

RGB 16 186 80 -
CMYK 0.91 0 0.57 0.27
HSL 142.59º 0.84% 0.4% -
HSV(B) 142.59º 0.91% 0.73% -
XYZ 19.22 35.81 13.49 -
YUV 123.09 103.68 51.62 -
System Red Green Blue C M Y K H S L
Decimal 16 186 80 0.91 0 0.57 0.27 142.59 0.84 0.4
Hex 10 BA 50 5B 0 39 1B 8F 54 28
Octal 20 272 120 133 0 71 33 217 124 50
Binary 10000 10111010 1010000 1011011 0 111001 11011 10001111 1010100 101000

Color Harmonies of #10BA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BA50

Black with #10BA50

Text Example


Text Example

White with #10BA50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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