Html Css Color HEX #0AC880 Mountain Meadow

📋 copy color: '#0AC880'

red 10 ◦ green 200 ◦ blue 128

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

Shades of Mountain Meadow #0AC880

Tints of Mountain Meadow #0AC880

RGB

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

 GREEN value IS 200 (78.52% from 255) = 59.17%

 BLUE value IS 128 (50.39% from 255) = 37.87%

R = 2.96%
G = 59.17%
B = 37.87%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#0AC880 (or 0x0AC880) is known color: Mountain Meadow. HEX triplet: 0A, C8 and 80. RGB value is (10,200,128). Sum of RGB (Red+Green+Blue) = 10+200+128=338 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.96% from 338); Green value is 200 (78.52% from 255 or 59.17% from 338); Blue value is 128 (50.39% from 255 or 37.87% from 338); Max value from RGB is 200 - color contains mainly: green. Hex color #0AC880 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AC880 is #F5377F. Grayscale: #878787. Windows color (decimal): -16070528 or 8439818. OLE color: 8439818.

HSL color Cylindrical-coordinate representation of color #0AC880: hue angle of 157.26º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC880 is Cyan = 0.95, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB 10 200 128 -
CMYK 0.95 0 0.36 0.22
HSL 157.26º 0.9% 0.41% -
HSV(B) 157.26º 0.95% 0.78% -
XYZ 24.68 42.93 27.41 -
YUV 134.98 124.05 38.85 -
System Red Green Blue C M Y K H S L
Decimal 10 200 128 0.95 0 0.36 0.22 157.26 0.9 0.41
Hex A C8 80 5F 0 24 16 9D 5A 29
Octal 12 310 200 137 0 44 26 235 132 51
Binary 1010 11001000 10000000 1011111 0 100100 10110 10011101 1011010 101001

Color Harmonies of #0AC880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AC880

Black with #0AC880

Text Example


Text Example

White with #0AC880

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,200,128); }

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

background-color css

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

 a { background-color: rgb(10,200,128); }

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

border-color css

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

 span { border-color: rgb(10,200,128); }

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