Html Css Color HEX #0AC084 Mountain Meadow

📋 copy color: '#0AC084'

red 10 ◦ green 192 ◦ blue 132

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

Shades of Mountain Meadow #0AC084

Tints of Mountain Meadow #0AC084

RGB

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

 GREEN value IS 192 (75.39% from 255) = 57.49%

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

R = 2.99%
G = 57.49%
B = 39.52%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#0AC084 (or 0x0AC084) is known color: Mountain Meadow. HEX triplet: 0A, C0 and 84. RGB value is (10,192,132). Sum of RGB (Red+Green+Blue) = 10+192+132=334 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.99% from 334); Green value is 192 (75.39% from 255 or 57.49% from 334); Blue value is 132 (51.95% from 255 or 39.52% from 334); Max value from RGB is 192 - color contains mainly: green. Hex color #0AC084 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AC084 is #F53F7B. Grayscale: #828282. Windows color (decimal): -16072572 or 8699914. OLE color: 8699914.

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

Color convert

RGB 10 192 132 -
CMYK 0.95 0 0.31 0.25
HSL 160.22º 0.9% 0.4% -
HSV(B) 160.22º 0.95% 0.75% -
XYZ 23.14 39.43 28.22 -
YUV 130.74 128.7 41.88 -
System Red Green Blue C M Y K H S L
Decimal 10 192 132 0.95 0 0.31 0.25 160.22 0.9 0.4
Hex A C0 84 5F 0 1F 19 A0 5A 28
Octal 12 300 204 137 0 37 31 240 132 50
Binary 1010 11000000 10000100 1011111 0 11111 11001 10100000 1011010 101000

Color Harmonies of #0AC084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AC084

Black with #0AC084

Text Example


Text Example

White with #0AC084

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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