Html Css Color HEX #0AC089 Mountain Meadow

📋 copy color: '#0AC089'

red 10 ◦ green 192 ◦ blue 137

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

Shades of Mountain Meadow #0AC089

Tints of Mountain Meadow #0AC089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 40.41%

R = 2.95%
G = 56.64%
B = 40.41%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#0AC089 (or 0x0AC089) is known color: Mountain Meadow. HEX triplet: 0A, C0 and 89. RGB value is (10,192,137). Sum of RGB (Red+Green+Blue) = 10+192+137=339 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.95% from 339); Green value is 192 (75.39% from 255 or 56.64% from 339); Blue value is 137 (53.91% from 255 or 40.41% from 339); Max value from RGB is 192 - color contains mainly: green. Hex color #0AC089 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AC089 is #F53F76. Grayscale: #838383. Windows color (decimal): -16072567 or 9027594. OLE color: 9027594.

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

Color convert

RGB 10 192 137 -
CMYK 0.95 0 0.29 0.25
HSL 161.87º 0.9% 0.4% -
HSV(B) 161.87º 0.95% 0.75% -
XYZ 23.49 39.57 30.07 -
YUV 131.31 131.2 41.47 -
System Red Green Blue C M Y K H S L
Decimal 10 192 137 0.95 0 0.29 0.25 161.87 0.9 0.4
Hex A C0 89 5F 0 1D 19 A2 5A 28
Octal 12 300 211 137 0 35 31 242 132 50
Binary 1010 11000000 10001001 1011111 0 11101 11001 10100010 1011010 101000

Color Harmonies of #0AC089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AC089

Black with #0AC089

Text Example


Text Example

White with #0AC089

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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