Html Css Color HEX #0AC076 Mountain Meadow

📋 copy color: '#0AC076'

red 10 ◦ green 192 ◦ blue 118

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

Shades of Mountain Meadow #0AC076

Tints of Mountain Meadow #0AC076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 36.88%

R = 3.13%
G = 60%
B = 36.88%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#0AC076 (or 0x0AC076) is known color: Mountain Meadow. HEX triplet: 0A, C0 and 76. RGB value is (10,192,118). Sum of RGB (Red+Green+Blue) = 10+192+118=320 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.12% from 320); Green value is 192 (75.39% from 255 or 60% from 320); Blue value is 118 (46.48% from 255 or 36.88% from 320); Max value from RGB is 192 - color contains mainly: green. Hex color #0AC076 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AC076 is #F53F89. Grayscale: #818181. Windows color (decimal): -16072586 or 7782410. OLE color: 7782410.

HSL color Cylindrical-coordinate representation of color #0AC076: hue angle of 155.6º 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 #0AC076 is Cyan = 0.95, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB 10 192 118 -
CMYK 0.95 0 0.39 0.25
HSL 155.6º 0.9% 0.4% -
HSV(B) 155.6º 0.95% 0.75% -
XYZ 22.24 39.07 23.51 -
YUV 129.15 121.7 43.02 -
System Red Green Blue C M Y K H S L
Decimal 10 192 118 0.95 0 0.39 0.25 155.6 0.9 0.4
Hex A C0 76 5F 0 27 19 9C 5A 28
Octal 12 300 166 137 0 47 31 234 132 50
Binary 1010 11000000 1110110 1011111 0 100111 11001 10011100 1011010 101000

Color Harmonies of #0AC076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AC076

Black with #0AC076

Text Example


Text Example

White with #0AC076

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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