Html Css Color HEX #0ACB7D Mountain Meadow

📋 copy color: '#0ACB7D'

red 10 ◦ green 203 ◦ blue 125

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

Shades of Mountain Meadow #0ACB7D

Tints of Mountain Meadow #0ACB7D

RGB

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

 GREEN value IS 203 (79.69% from 255) = 60.06%

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

R = 2.96%
G = 60.06%
B = 36.98%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.38

 K value IS 0.20

RGB Variations

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

Color information

#0ACB7D (or 0x0ACB7D) is known color: Mountain Meadow. HEX triplet: 0A, CB and 7D. RGB value is (10,203,125). Sum of RGB (Red+Green+Blue) = 10+203+125=338 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.96% from 338); Green value is 203 (79.69% from 255 or 60.06% from 338); Blue value is 125 (49.22% from 255 or 36.98% from 338); Max value from RGB is 203 - color contains mainly: green. Hex color #0ACB7D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ACB7D is #F53482. Grayscale: #888888. Windows color (decimal): -16069763 or 8243978. OLE color: 8243978.

HSL color Cylindrical-coordinate representation of color #0ACB7D: hue angle of 155.75º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ACB7D is Cyan = 0.95, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.20.

Color convert

RGB 10 203 125 -
CMYK 0.95 0 0.38 0.20
HSL 155.75º 0.91% 0.42% -
HSV(B) 155.75º 0.95% 0.8% -
XYZ 25.18 44.26 26.62 -
YUV 136.4 121.56 37.84 -
System Red Green Blue C M Y K H S L
Decimal 10 203 125 0.95 0 0.38 0.20 155.75 0.91 0.42
Hex A CB 7D 5F 0 26 14 9C 5B 2A
Octal 12 313 175 137 0 46 24 234 133 52
Binary 1010 11001011 1111101 1011111 0 100110 10100 10011100 1011011 101010

Color Harmonies of #0ACB7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ACB7D

Black with #0ACB7D

Text Example


Text Example

White with #0ACB7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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