Html Css Color HEX #0AAF83 Mountain Meadow

📋 copy color: '#0AAF83'

red 10 ◦ green 175 ◦ blue 131

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

Shades of Mountain Meadow #0AAF83

Tints of Mountain Meadow #0AAF83

RGB

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

 GREEN value IS 175 (68.75% from 255) = 55.38%

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

R = 3.16%
G = 55.38%
B = 41.46%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#0AAF83 (or 0x0AAF83) is known color: Mountain Meadow. HEX triplet: 0A, AF and 83. RGB value is (10,175,131). Sum of RGB (Red+Green+Blue) = 10+175+131=316 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.16% from 316); Green value is 175 (68.75% from 255 or 55.38% from 316); Blue value is 131 (51.56% from 255 or 41.46% from 316); Max value from RGB is 175 - color contains mainly: green. Hex color #0AAF83 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AAF83 is #F5507C. Grayscale: #787878. Windows color (decimal): -16076925 or 8630026. OLE color: 8630026.

HSL color Cylindrical-coordinate representation of color #0AAF83: hue angle of 164º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AAF83 is Cyan = 0.94, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.

Color convert

RGB 10 175 131 -
CMYK 0.94 0 0.25 0.31
HSL 164º 0.89% 0.36% -
HSV(B) 164º 0.94% 0.69% -
XYZ 19.55 32.36 26.69 -
YUV 120.65 133.84 49.08 -
System Red Green Blue C M Y K H S L
Decimal 10 175 131 0.94 0 0.25 0.31 164 0.89 0.36
Hex A AF 83 5E 0 19 1F A4 59 24
Octal 12 257 203 136 0 31 37 244 131 44
Binary 1010 10101111 10000011 1011110 0 11001 11111 10100100 1011001 100100

Color Harmonies of #0AAF83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AAF83

Black with #0AAF83

Text Example


Text Example

White with #0AAF83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,175,131); }

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

background-color css

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

 a { background-color: rgb(10,175,131); }

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

border-color css

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

 span { border-color: rgb(10,175,131); }

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