Html Css Color HEX #08C384 Mountain Meadow

📋 copy color: '#08C384'

red 8 ◦ green 195 ◦ blue 132

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

Shades of Mountain Meadow #08C384

Tints of Mountain Meadow #08C384

RGB

 RED value IS 8 (3.52% from 255) = 2.39%

 GREEN value IS 195 (76.56% from 255) = 58.21%

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

R = 2.39%
G = 58.21%
B = 39.4%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#08C384 (or 0x08C384) is known color: Mountain Meadow. HEX triplet: 08, C3 and 84. RGB value is (8,195,132). Sum of RGB (Red+Green+Blue) = 8+195+132=335 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.39% from 335); Green value is 195 (76.56% from 255 or 58.21% from 335); Blue value is 132 (51.95% from 255 or 39.40% from 335); Max value from RGB is 195 - color contains mainly: green. Hex color #08C384 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08C384 is #F73C7B. Grayscale: #838383. Windows color (decimal): -16202876 or 8700680. OLE color: 8700680.

HSL color Cylindrical-coordinate representation of color #08C384: hue angle of 159.79º 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 #08C384 is Cyan = 0.96, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB 8 195 132 -
CMYK 0.96 0 0.32 0.24
HSL 159.79º 0.92% 0.4% -
HSV(B) 159.79º 0.96% 0.76% -
XYZ 23.78 40.75 28.44 -
YUV 131.91 128.05 39.62 -
System Red Green Blue C M Y K H S L
Decimal 8 195 132 0.96 0 0.32 0.24 159.79 0.92 0.4
Hex 8 C3 84 60 0 20 18 A0 5C 28
Octal 10 303 204 140 0 40 30 240 134 50
Binary 1000 11000011 10000100 1100000 0 100000 11000 10100000 1011100 101000

Color Harmonies of #08C384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08C384

Black with #08C384

Text Example


Text Example

White with #08C384

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #08C384;
 }
 .AnyTagClassName
 {
   color: #08C384;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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