#0AC288

Color #0AC288 Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #0AC288

Tints of Mountain Meadow #0AC288

Color information

#0AC288 (or 0x0AC288) is unknown color: approx Mountain Meadow. HEX triplet: 0A, C2 and 88. RGB value is (10,194,136). Sum of RGB (Red+Green+Blue) = 10+194+136=340 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.94% from 340); Green value is 194 (76.17% from 255 or 57.06% from 340); Blue value is 136 (53.52% from 255 or 40% from 340); Max value from RGB is 194 - color contains mainly: green. Hex color #0AC288 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AC288 is #F53D77. Grayscale: #848484. Windows color (decimal): -16072056 or 8962570. OLE color: 8962570.

HSL color Cylindrical-coordinate representation of color #0AC288: hue angle of 161.09º 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 #0AC288 is Cyan = 0.95, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB10194136-
CMYK0.9500.300.24
HSL161.09º90.2%40%-
HSV(B)161.09º94.85%76.08%-
XYZ23.8640.4329.84-
YUV132.37130.0440.72-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.94%
GREEN value IS 194 (76.17% from 255) = 57.06%
BLUE value IS 136 (53.52% from 255) = 40%
R=2.94%
G=57.06%
B=40%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal101941360.9500.300.24161.0990.240
HexAC2885F01E18a15a28
Octal123022101370363024113250
Binary10101100001010001000101111101111011000101000011011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AC288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,194,136); }

 H1.HeaderClassName
 {
   color: #0AC288;
 }
 .AnyTagClassName
 {
   color: #0AC288;
 }
</style>
background-color css

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

 a { background-color: rgb(10,194,136); }

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

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

 span { border-color: rgb(10,194,136); }

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