#08C37A

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

Shades of Mountain Meadow #08C37A

Tints of Mountain Meadow #08C37A

Color information

#08C37A (or 0x08C37A) is unknown color: approx Mountain Meadow. HEX triplet: 08, C3 and 7A. RGB value is (8,195,122). Sum of RGB (Red+Green+Blue) = 8+195+122=325 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.46% from 325); Green value is 195 (76.56% from 255 or 60% from 325); Blue value is 122 (48.05% from 255 or 37.54% from 325); Max value from RGB is 195 - color contains mainly: green. Hex color #08C37A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08C37A is #F73C85. Grayscale: #828282. Windows color (decimal): -16202886 or 8045320. OLE color: 8045320.

HSL color Cylindrical-coordinate representation of color #08C37A: hue angle of 156.58º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08C37A is Cyan = 0.96, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.

Color convert

RGB8195122-
CMYK0.9600.370.24
HSL156.58º92.12%39.8%-
HSV(B)156.58º95.9%76.47%-
XYZ23.1340.4925.01-
YUV130.76123.0540.44-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.46%
GREEN value IS 195 (76.56% from 255) = 60%
BLUE value IS 122 (48.05% from 255) = 37.54%
R=2.46%
G=60%
B=37.54%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal81951220.9600.370.24156.5892.1239.8
Hex8C37A60025189d5c28
Octal103031721400453023513450
Binary10001100001111110101100000010010111000100111011011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08C37A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08C37A; }

 p { color: rgb(8,195,122); }

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

<style>
 a { background-color: #08C37A; }

 a { background-color: rgb(8,195,122); }

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

<style>
 span { border-color: #08C37A; }

 span { border-color: rgb(8,195,122); }

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