Html Css Color HEX #0AC384 Mountain Meadow

📋 copy color: '#0AC384'

red 10 ◦ green 195 ◦ blue 132

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

Shades of Mountain Meadow #0AC384

Tints of Mountain Meadow #0AC384

RGB

 RED value IS 10 (4.3% from 255) = 2.97%

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

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

R = 2.97%
G = 57.86%
B = 39.17%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#0AC384 (or 0x0AC384) is known color: Mountain Meadow. HEX triplet: 0A, C3 and 84. RGB value is (10,195,132). Sum of RGB (Red+Green+Blue) = 10+195+132=337 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.97% from 337); Green value is 195 (76.56% from 255 or 57.86% from 337); Blue value is 132 (51.95% from 255 or 39.17% from 337); Max value from RGB is 195 - color contains mainly: green. Hex color #0AC384 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AC384 is #F53C7B. Grayscale: #848484. Windows color (decimal): -16071804 or 8700682. OLE color: 8700682.

HSL color Cylindrical-coordinate representation of color #0AC384: hue angle of 159.57º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC384 is Cyan = 0.95, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB 10 195 132 -
CMYK 0.95 0 0.32 0.24
HSL 159.57º 0.9% 0.4% -
HSV(B) 159.57º 0.95% 0.76% -
XYZ 23.81 40.76 28.44 -
YUV 132.5 127.71 40.62 -
System Red Green Blue C M Y K H S L
Decimal 10 195 132 0.95 0 0.32 0.24 159.57 0.9 0.4
Hex A C3 84 5F 0 20 18 A0 5A 28
Octal 12 303 204 137 0 40 30 240 132 50
Binary 1010 11000011 10000100 1011111 0 100000 11000 10100000 1011010 101000

Color Harmonies of #0AC384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AC384

Black with #0AC384

Text Example


Text Example

White with #0AC384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0AC384; }

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

 H1.HeaderClassName
 {
   color: #0AC384;
 }
 .AnyTagClassName
 {
   color: #0AC384;
 }
</style>

background-color css

<style>
 a { background-color: #0AC384; }

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

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

border-color css

<style>
 span { border-color: #0AC384; }

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

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