Html Css Color HEX #10BA4D Dark Pastel Green

📋 copy color: '#10BA4D'

red 16 ◦ green 186 ◦ blue 77

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

Shades of Dark Pastel Green #10BA4D

Tints of Dark Pastel Green #10BA4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 27.6%

R = 5.73%
G = 66.67%
B = 27.6%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#10BA4D (or 0x10BA4D) is known color: Dark Pastel Green. HEX triplet: 10, BA and 4D. RGB value is (16,186,77). Sum of RGB (Red+Green+Blue) = 16+186+77=279 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.73% from 279); Green value is 186 (73.05% from 255 or 66.67% from 279); Blue value is 77 (30.47% from 255 or 27.60% from 279); Max value from RGB is 186 - color contains mainly: green. Hex color #10BA4D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10BA4D is #EF45B2. Grayscale: #7B7B7B. Windows color (decimal): -15680947 or 5093904. OLE color: 5093904.

HSL color Cylindrical-coordinate representation of color #10BA4D: hue angle of 141.53º 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 #10BA4D is Cyan = 0.91, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB 16 186 77 -
CMYK 0.91 0 0.59 0.27
HSL 141.53º 0.84% 0.4% -
HSV(B) 141.53º 0.91% 0.73% -
XYZ 19.11 35.76 12.92 -
YUV 122.74 102.18 51.86 -
System Red Green Blue C M Y K H S L
Decimal 16 186 77 0.91 0 0.59 0.27 141.53 0.84 0.4
Hex 10 BA 4D 5B 0 3B 1B 8E 54 28
Octal 20 272 115 133 0 73 33 216 124 50
Binary 10000 10111010 1001101 1011011 0 111011 11011 10001110 1010100 101000

Color Harmonies of #10BA4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BA4D

Black with #10BA4D

Text Example


Text Example

White with #10BA4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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