Html Css Color HEX #0ACC7B Mountain Meadow

📋 copy color: '#0ACC7B'

red 10 ◦ green 204 ◦ blue 123

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

Shades of Mountain Meadow #0ACC7B

Tints of Mountain Meadow #0ACC7B

RGB

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

 GREEN value IS 204 (80.08% from 255) = 60.53%

 BLUE value IS 123 (48.44% from 255) = 36.5%

R = 2.97%
G = 60.53%
B = 36.5%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.40

 K value IS 0.2

RGB Variations

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

Color information

#0ACC7B (or 0x0ACC7B) is known color: Mountain Meadow. HEX triplet: 0A, CC and 7B. RGB value is (10,204,123). Sum of RGB (Red+Green+Blue) = 10+204+123=337 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.97% from 337); Green value is 204 (80.08% from 255 or 60.53% from 337); Blue value is 123 (48.44% from 255 or 36.50% from 337); Max value from RGB is 204 - color contains mainly: green. Hex color #0ACC7B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ACC7B is #F53384. Grayscale: #888888. Windows color (decimal): -16069509 or 8113162. OLE color: 8113162.

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

Color convert

RGB 10 204 123 -
CMYK 0.95 0 0.40 0.2
HSL 154.95º 0.91% 0.42% -
HSV(B) 154.95º 0.95% 0.8% -
XYZ 25.29 44.68 26.03 -
YUV 136.76 120.23 37.59 -
System Red Green Blue C M Y K H S L
Decimal 10 204 123 0.95 0 0.40 0.2 154.95 0.91 0.42
Hex A CC 7B 5F 0 28 14 9B 5B 2A
Octal 12 314 173 137 0 50 24 233 133 52
Binary 1010 11001100 1111011 1011111 0 101000 10100 10011011 1011011 101010

Color Harmonies of #0ACC7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ACC7B

Black with #0ACC7B

Text Example


Text Example

White with #0ACC7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,204,123); }

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

background-color css

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

 a { background-color: rgb(10,204,123); }

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

border-color css

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

 span { border-color: rgb(10,204,123); }

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