#0C9FA0

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

Shades of Persian Green #0C9FA0

Tints of Persian Green #0C9FA0

Color information

#0C9FA0 (or 0x0C9FA0) is unknown color: approx Persian Green. HEX triplet: 0C, 9F and A0. RGB value is (12,159,160). Sum of RGB (Red+Green+Blue) = 12+159+160=331 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.63% from 331); Green value is 159 (62.5% from 255 or 48.04% from 331); Blue value is 160 (62.89% from 255 or 48.34% from 331); Max value from RGB is 160 - color contains mainly: blue. Hex color #0C9FA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C9FA0 is #F3605F. Grayscale: #737373. Windows color (decimal): -15949920 or 10526476. OLE color: 10526476.

HSL color Cylindrical-coordinate representation of color #0C9FA0: hue angle of 180.41º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C9FA0 is Cyan = 0.93, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB12159160-
CMYK0.930.0100.37
HSL180.41º86.05%33.73%-
HSV(B)180.41º92.5%62.75%-
XYZ18.8927.4137.55-
YUV115.16153.354.42-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.63%
GREEN value IS 159 (62.5% from 255) = 48.04%
BLUE value IS 160 (62.89% from 255) = 48.34%
R=3.63%
G=48.04%
B=48.34%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal121591600.930.0100.37180.4186.0533.73
HexC9FA05D1025b45622
Octal14237240135104526412642
Binary11001001111110100000101110110100101101101001010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C9FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,159,160); }

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

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

 a { background-color: rgb(12,159,160); }

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

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

 span { border-color: rgb(12,159,160); }

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