Html Css Color HEX #10BC84 Mountain Meadow

📋 copy color: '#10BC84'

red 16 ◦ green 188 ◦ blue 132

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

Shades of Mountain Meadow #10BC84

Tints of Mountain Meadow #10BC84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 39.29%

R = 4.76%
G = 55.95%
B = 39.29%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#10BC84 (or 0x10BC84) is known color: Mountain Meadow. HEX triplet: 10, BC and 84. RGB value is (16,188,132). Sum of RGB (Red+Green+Blue) = 16+188+132=336 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.76% from 336); Green value is 188 (73.83% from 255 or 55.95% from 336); Blue value is 132 (51.95% from 255 or 39.29% from 336); Max value from RGB is 188 - color contains mainly: green. Hex color #10BC84 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10BC84 is #EF437B. Grayscale: #828282. Windows color (decimal): -15680380 or 8698896. OLE color: 8698896.

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

Color convert

RGB 16 188 132 -
CMYK 0.91 0 0.30 0.26
HSL 160.47º 0.84% 0.4% -
HSV(B) 160.47º 0.91% 0.74% -
XYZ 22.36 37.74 27.94 -
YUV 130.19 129.02 46.55 -
System Red Green Blue C M Y K H S L
Decimal 16 188 132 0.91 0 0.30 0.26 160.47 0.84 0.4
Hex 10 BC 84 5B 0 1E 1A A0 54 28
Octal 20 274 204 133 0 36 32 240 124 50
Binary 10000 10111100 10000100 1011011 0 11110 11010 10100000 1010100 101000

Color Harmonies of #10BC84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BC84

Black with #10BC84

Text Example


Text Example

White with #10BC84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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