#0C9994

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

Shades of Persian Green #0C9994

Tints of Persian Green #0C9994

Color information

#0C9994 (or 0x0C9994) is unknown color: approx Persian Green. HEX triplet: 0C, 99 and 94. RGB value is (12,153,148). Sum of RGB (Red+Green+Blue) = 12+153+148=313 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.83% from 313); Green value is 153 (60.16% from 255 or 48.88% from 313); Blue value is 148 (58.20% from 255 or 47.28% from 313); Max value from RGB is 153 - color contains mainly: green. Hex color #0C9994 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C9994 is #F3666B. Grayscale: #6E6E6E. Windows color (decimal): -15951468 or 9738508. OLE color: 9738508.

HSL color Cylindrical-coordinate representation of color #0C9994: hue angle of 177.87º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C9994 is Cyan = 0.92, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.4.

Color convert

RGB12153148-
CMYK0.9200.030.4
HSL177.87º85.45%32.35%-
HSV(B)177.87º92.16%60%-
XYZ16.892531.95-
YUV110.27149.2957.91-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.83%
GREEN value IS 153 (60.16% from 255) = 48.88%
BLUE value IS 148 (58.20% from 255) = 47.28%
R=3.83%
G=48.88%
B=47.28%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal121531480.9200.030.4177.8785.4532.35
HexC99945C0328b25520
Octal14231224134035026212540
Binary110010011001100101001011100011101000101100101010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C9994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,153,148); }

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

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

 a { background-color: rgb(12,153,148); }

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

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

 span { border-color: rgb(12,153,148); }

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