#0C998A

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

Shades of Persian Green #0C998A

Tints of Persian Green #0C998A

Color information

#0C998A (or 0x0C998A) is unknown color: approx Persian Green. HEX triplet: 0C, 99 and 8A. RGB value is (12,153,138). Sum of RGB (Red+Green+Blue) = 12+153+138=303 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.96% from 303); Green value is 153 (60.16% from 255 or 50.50% from 303); Blue value is 138 (54.30% from 255 or 45.54% from 303); Max value from RGB is 153 - color contains mainly: green. Hex color #0C998A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C998A is #F36675. Grayscale: #6D6D6D. Windows color (decimal): -15951478 or 9083148. OLE color: 9083148.

HSL color Cylindrical-coordinate representation of color #0C998A: hue angle of 173.62º 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 #0C998A is Cyan = 0.92, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB12153138-
CMYK0.9200.100.4
HSL173.62º85.45%32.35%-
HSV(B)173.62º92.16%60%-
XYZ16.1324.727.96-
YUV109.13144.2958.72-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.96%
GREEN value IS 153 (60.16% from 255) = 50.50%
BLUE value IS 138 (54.30% from 255) = 45.54%
R=3.96%
G=50.50%
B=45.54%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal121531380.9200.100.4173.6285.4532.35
HexC998A5C0A28ae5520
Octal142312121340125025612540
Binary11001001100110001010101110001010101000101011101010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C998A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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