#0C9D95

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

Shades of Persian Green #0C9D95

Tints of Persian Green #0C9D95

Color information

#0C9D95 (or 0x0C9D95) is unknown color: approx Persian Green. HEX triplet: 0C, 9D and 95. RGB value is (12,157,149). Sum of RGB (Red+Green+Blue) = 12+157+149=318 (42% of max value = 765). Red value is 12 (5.08% from 255 or 3.77% from 318); Green value is 157 (61.72% from 255 or 49.37% from 318); Blue value is 149 (58.59% from 255 or 46.86% from 318); Max value from RGB is 157 - color contains mainly: green. Hex color #0C9D95 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C9D95 is #F3626A. Grayscale: #707070. Windows color (decimal): -15950443 or 9805068. OLE color: 9805068.

HSL color Cylindrical-coordinate representation of color #0C9D95: hue angle of 176.69º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C9D95 is Cyan = 0.92, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.38.

Color convert

RGB12157149-
CMYK0.9200.050.38
HSL176.69º85.8%33.14%-
HSV(B)176.69º92.36%61.57%-
XYZ17.6326.3632.59-
YUV112.73148.4656.15-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.77%
GREEN value IS 157 (61.72% from 255) = 49.37%
BLUE value IS 149 (58.59% from 255) = 46.86%
R=3.77%
G=49.37%
B=46.86%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal121571490.9200.050.38176.6985.833.14
HexC9D955C0526b15621
Octal14235225134054626112641
Binary1100100111011001010110111000101100110101100011010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C9D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,157,149); }

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

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

 a { background-color: rgb(12,157,149); }

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

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

 span { border-color: rgb(12,157,149); }

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