Html Css Color HEX #0AC17D Mountain Meadow

📋 copy color: '#0AC17D'

red 10 ◦ green 193 ◦ blue 125

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

Shades of Mountain Meadow #0AC17D

Tints of Mountain Meadow #0AC17D

RGB

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

 GREEN value IS 193 (75.78% from 255) = 58.84%

 BLUE value IS 125 (49.22% from 255) = 38.11%

R = 3.05%
G = 58.84%
B = 38.11%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#0AC17D (or 0x0AC17D) is known color: Mountain Meadow. HEX triplet: 0A, C1 and 7D. RGB value is (10,193,125). Sum of RGB (Red+Green+Blue) = 10+193+125=328 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.05% from 328); Green value is 193 (75.78% from 255 or 58.84% from 328); Blue value is 125 (49.22% from 255 or 38.11% from 328); Max value from RGB is 193 - color contains mainly: green. Hex color #0AC17D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AC17D is #F53E82. Grayscale: #828282. Windows color (decimal): -16072323 or 8241418. OLE color: 8241418.

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

Color convert

RGB 10 193 125 -
CMYK 0.95 0 0.35 0.24
HSL 157.7º 0.9% 0.4% -
HSV(B) 157.7º 0.95% 0.76% -
XYZ 22.9 39.69 25.86 -
YUV 130.53 124.87 42.03 -
System Red Green Blue C M Y K H S L
Decimal 10 193 125 0.95 0 0.35 0.24 157.7 0.9 0.4
Hex A C1 7D 5F 0 23 18 9E 5A 28
Octal 12 301 175 137 0 43 30 236 132 50
Binary 1010 11000001 1111101 1011111 0 100011 11000 10011110 1011010 101000

Color Harmonies of #0AC17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AC17D

Black with #0AC17D

Text Example


Text Example

White with #0AC17D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,193,125); }

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

background-color css

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

 a { background-color: rgb(10,193,125); }

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

border-color css

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

 span { border-color: rgb(10,193,125); }

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