Html Css Color HEX #0AC383 Mountain Meadow

📋 copy color: '#0AC383'

red 10 ◦ green 195 ◦ blue 131

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

Shades of Mountain Meadow #0AC383

Tints of Mountain Meadow #0AC383

RGB

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

 GREEN value IS 195 (76.56% from 255) = 58.04%

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

R = 2.98%
G = 58.04%
B = 38.99%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#0AC383 (or 0x0AC383) is known color: Mountain Meadow. HEX triplet: 0A, C3 and 83. RGB value is (10,195,131). Sum of RGB (Red+Green+Blue) = 10+195+131=336 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.98% from 336); Green value is 195 (76.56% from 255 or 58.04% from 336); Blue value is 131 (51.56% from 255 or 38.99% from 336); Max value from RGB is 195 - color contains mainly: green. Hex color #0AC383 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AC383 is #F53C7C. Grayscale: #848484. Windows color (decimal): -16071805 or 8635146. OLE color: 8635146.

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

Color convert

RGB 10 195 131 -
CMYK 0.95 0 0.33 0.24
HSL 159.24º 0.9% 0.4% -
HSV(B) 159.24º 0.95% 0.76% -
XYZ 23.74 40.73 28.08 -
YUV 132.39 127.21 40.7 -
System Red Green Blue C M Y K H S L
Decimal 10 195 131 0.95 0 0.33 0.24 159.24 0.9 0.4
Hex A C3 83 5F 0 21 18 9F 5A 28
Octal 12 303 203 137 0 41 30 237 132 50
Binary 1010 11000011 10000011 1011111 0 100001 11000 10011111 1011010 101000

Color Harmonies of #0AC383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AC383

Black with #0AC383

Text Example


Text Example

White with #0AC383

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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