#0CAA83

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

Shades of Mountain Meadow #0CAA83

Tints of Mountain Meadow #0CAA83

Color information

#0CAA83 (or 0x0CAA83) is unknown color: approx Mountain Meadow. HEX triplet: 0C, AA and 83. RGB value is (12,170,131). Sum of RGB (Red+Green+Blue) = 12+170+131=313 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.83% from 313); Green value is 170 (66.80% from 255 or 54.31% from 313); Blue value is 131 (51.56% from 255 or 41.85% from 313); Max value from RGB is 170 - color contains mainly: green. Hex color #0CAA83 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CAA83 is #F3557C. Grayscale: #767676. Windows color (decimal): -15947133 or 8628748. OLE color: 8628748.

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

Color convert

RGB12170131-
CMYK0.9300.230.33
HSL165.19º86.81%35.69%-
HSV(B)165.19º92.94%66.67%-
XYZ18.6230.4726.37-
YUV118.31135.1552.17-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.83%
GREEN value IS 170 (66.80% from 255) = 54.31%
BLUE value IS 131 (51.56% from 255) = 41.85%
R=3.83%
G=54.31%
B=41.85%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal121701310.9300.230.33165.1986.8135.69
HexCAA835D01721a55724
Octal142522031350274124512744
Binary110010101010100000111011101010111100001101001011010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CAA83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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