#0AC99C

Color #0AC99C Caribbean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caribbean Green #0AC99C

Tints of Caribbean Green #0AC99C

Color information

#0AC99C (or 0x0AC99C) is unknown color: approx Caribbean Green. HEX triplet: 0A, C9 and 9C. RGB value is (10,201,156). Sum of RGB (Red+Green+Blue) = 10+201+156=367 (48% of max value = 765). Red value is 10 (4.30% from 255 or 2.72% from 367); Green value is 201 (78.91% from 255 or 54.77% from 367); Blue value is 156 (61.33% from 255 or 42.51% from 367); Max value from RGB is 201 - color contains mainly: green. Hex color #0AC99C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AC99C is #F53663. Grayscale: #8A8A8A. Windows color (decimal): -16070244 or 10275082. OLE color: 10275082.

HSL color Cylindrical-coordinate representation of color #0AC99C: hue angle of 165.86º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC99C is Cyan = 0.95, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.

Color convert

RGB10201156-
CMYK0.9500.220.21
HSL165.86º90.52%41.37%-
HSV(B)165.86º95.02%78.82%-
XYZ27.0144.2438.57-
YUV138.76137.7236.16-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.72%
GREEN value IS 201 (78.91% from 255) = 54.77%
BLUE value IS 156 (61.33% from 255) = 42.51%
R=2.72%
G=54.77%
B=42.51%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal102011560.9500.220.21165.8690.5241.37
HexAC99C5F01615a65b29
Octal123112341370262524613351
Binary10101100100110011100101111101011010101101001101011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AC99C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,201,156); }

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

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

 a { background-color: rgb(10,201,156); }

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

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

 span { border-color: rgb(10,201,156); }

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