Html Css Color HEX #0AC075 Mountain Meadow

📋 copy color: '#0AC075'

red 10 ◦ green 192 ◦ blue 117

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

Shades of Mountain Meadow #0AC075

Tints of Mountain Meadow #0AC075

RGB

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

 GREEN value IS 192 (75.39% from 255) = 60.19%

 BLUE value IS 117 (46.09% from 255) = 36.68%

R = 3.13%
G = 60.19%
B = 36.68%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#0AC075 (or 0x0AC075) is known color: Mountain Meadow. HEX triplet: 0A, C0 and 75. RGB value is (10,192,117). Sum of RGB (Red+Green+Blue) = 10+192+117=319 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.13% from 319); Green value is 192 (75.39% from 255 or 60.19% from 319); Blue value is 117 (46.09% from 255 or 36.68% from 319); Max value from RGB is 192 - color contains mainly: green. Hex color #0AC075 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AC075 is #F53F8A. Grayscale: #818181. Windows color (decimal): -16072587 or 7716874. OLE color: 7716874.

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

Color convert

RGB 10 192 117 -
CMYK 0.95 0 0.39 0.25
HSL 155.27º 0.9% 0.4% -
HSV(B) 155.27º 0.95% 0.75% -
XYZ 22.19 39.05 23.2 -
YUV 129.03 121.2 43.1 -
System Red Green Blue C M Y K H S L
Decimal 10 192 117 0.95 0 0.39 0.25 155.27 0.9 0.4
Hex A C0 75 5F 0 27 19 9B 5A 28
Octal 12 300 165 137 0 47 31 233 132 50
Binary 1010 11000000 1110101 1011111 0 100111 11001 10011011 1011010 101000

Color Harmonies of #0AC075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AC075

Black with #0AC075

Text Example


Text Example

White with #0AC075

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,192,117); }

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

background-color css

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

 a { background-color: rgb(10,192,117); }

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

border-color css

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

 span { border-color: rgb(10,192,117); }

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