#10BD78

Color #10BD78 Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #10BD78

Tints of Mountain Meadow #10BD78

Color information

#10BD78 (or 0x10BD78) is unknown color: approx Mountain Meadow. HEX triplet: 10, BD and 78. RGB value is (16,189,120). Sum of RGB (Red+Green+Blue) = 16+189+120=325 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.92% from 325); Green value is 189 (74.22% from 255 or 58.15% from 325); Blue value is 120 (47.27% from 255 or 36.92% from 325); Max value from RGB is 189 - color contains mainly: green. Hex color #10BD78 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10BD78 is #EF4287. Grayscale: #818181. Windows color (decimal): -15680136 or 7912720. OLE color: 7912720.

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

Color convert

RGB16189120-
CMYK0.9200.370.26
HSL156.07º84.39%40.2%-
HSV(B)156.07º91.53%74.12%-
XYZ21.837.8623.93-
YUV129.41122.6947.11-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.92%
GREEN value IS 189 (74.22% from 255) = 58.15%
BLUE value IS 120 (47.27% from 255) = 36.92%
R=4.92%
G=58.15%
B=36.92%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal161891200.9200.370.26156.0784.3940.2
Hex10BD785C0251A9c5428
Octal202751701340453223412450
Binary100001011110111110001011100010010111010100111001010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10BD78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,189,120); }

 H1.HeaderClassName
 {
   color: #10BD78;
 }
 .AnyTagClassName
 {
   color: #10BD78;
 }
</style>
background-color css

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

 a { background-color: rgb(16,189,120); }

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

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

 span { border-color: rgb(16,189,120); }

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