Html Css Color HEX #0FAA83 Mountain Meadow

📋 copy color: '#0FAA83'

red 15 ◦ green 170 ◦ blue 131

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

Shades of Mountain Meadow #0FAA83

Tints of Mountain Meadow #0FAA83

RGB

 RED value IS 15 (6.25% from 255) = 4.75%

 GREEN value IS 170 (66.8% from 255) = 53.8%

 BLUE value IS 131 (51.56% from 255) = 41.46%

R = 4.75%
G = 53.8%
B = 41.46%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#0FAA83 (or 0x0FAA83) is known color: Mountain Meadow. HEX triplet: 0F, AA and 83. RGB value is (15,170,131). Sum of RGB (Red+Green+Blue) = 15+170+131=316 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.75% from 316); Green value is 170 (66.80% from 255 or 53.80% from 316); Blue value is 131 (51.56% from 255 or 41.46% from 316); Max value from RGB is 170 - color contains mainly: green. Hex color #0FAA83 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FAA83 is #F0557C. Grayscale: #777777. Windows color (decimal): -15750525 or 8628751. OLE color: 8628751.

HSL color Cylindrical-coordinate representation of color #0FAA83: hue angle of 164.9º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FAA83 is Cyan = 0.91, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.

Color convert

RGB 15 170 131 -
CMYK 0.91 0 0.23 0.33
HSL 164.9º 0.84% 0.36% -
HSV(B) 164.9º 0.91% 0.67% -
XYZ 18.67 30.49 26.37 -
YUV 119.21 134.65 53.67 -
System Red Green Blue C M Y K H S L
Decimal 15 170 131 0.91 0 0.23 0.33 164.9 0.84 0.36
Hex F AA 83 5B 0 17 21 A5 54 24
Octal 17 252 203 133 0 27 41 245 124 44
Binary 1111 10101010 10000011 1011011 0 10111 100001 10100101 1010100 100100

Color Harmonies of #0FAA83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAA83

Black with #0FAA83

Text Example


Text Example

White with #0FAA83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,170,131); }

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

background-color css

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

 a { background-color: rgb(15,170,131); }

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

border-color css

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

 span { border-color: rgb(15,170,131); }

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