Html Css Color HEX #0ABF80 Mountain Meadow

📋 copy color: '#0ABF80'

red 10 ◦ green 191 ◦ blue 128

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

Shades of Mountain Meadow #0ABF80

Tints of Mountain Meadow #0ABF80

RGB

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

 GREEN value IS 191 (75% from 255) = 58.05%

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

R = 3.04%
G = 58.05%
B = 38.91%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#0ABF80 (or 0x0ABF80) is known color: Mountain Meadow. HEX triplet: 0A, BF and 80. RGB value is (10,191,128). Sum of RGB (Red+Green+Blue) = 10+191+128=329 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.04% from 329); Green value is 191 (75% from 255 or 58.05% from 329); Blue value is 128 (50.39% from 255 or 38.91% from 329); Max value from RGB is 191 - color contains mainly: green. Hex color #0ABF80 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ABF80 is #F5407F. Grayscale: #818181. Windows color (decimal): -16072832 or 8437514. OLE color: 8437514.

HSL color Cylindrical-coordinate representation of color #0ABF80: hue angle of 159.12º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ABF80 is Cyan = 0.95, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB 10 191 128 -
CMYK 0.95 0 0.33 0.25
HSL 159.12º 0.9% 0.39% -
HSV(B) 159.12º 0.95% 0.75% -
XYZ 22.65 38.88 26.73 -
YUV 129.7 127.03 42.62 -
System Red Green Blue C M Y K H S L
Decimal 10 191 128 0.95 0 0.33 0.25 159.12 0.9 0.39
Hex A BF 80 5F 0 21 19 9F 5A 27
Octal 12 277 200 137 0 41 31 237 132 47
Binary 1010 10111111 10000000 1011111 0 100001 11001 10011111 1011010 100111

Color Harmonies of #0ABF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABF80

Black with #0ABF80

Text Example


Text Example

White with #0ABF80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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