Html Css Color HEX #0C9990 Persian Green

📋 copy color: '#0C9990'

red 12 ◦ green 153 ◦ blue 144

#0C9990
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Green #0C9990

Tints of Persian Green #0C9990

RGB

 RED value IS 12 (5.08% from 255) = 3.88%

 GREEN value IS 153 (60.16% from 255) = 49.51%

 BLUE value IS 144 (56.64% from 255) = 46.6%

R = 3.88%
G = 49.51%
B = 46.6%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.06

 K value IS 0.4

RGB Variations

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

Color information

#0C9990 (or 0x0C9990) is known color: Persian Green. HEX triplet: 0C, 99 and 90. RGB value is (12,153,144). Sum of RGB (Red+Green+Blue) = 12+153+144=309 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.88% from 309); Green value is 153 (60.16% from 255 or 49.51% from 309); Blue value is 144 (56.64% from 255 or 46.60% from 309); Max value from RGB is 153 - color contains mainly: green. Hex color #0C9990 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C9990 is #F3666F. Grayscale: #6D6D6D. Windows color (decimal): -15951472 or 9476364. OLE color: 9476364.

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

Color convert

RGB 12 153 144 -
CMYK 0.92 0 0.06 0.4
HSL 176.17º 0.85% 0.32% -
HSV(B) 176.17º 0.92% 0.6% -
XYZ 16.58 24.87 30.31 -
YUV 109.82 147.29 58.23 -
System Red Green Blue C M Y K H S L
Decimal 12 153 144 0.92 0 0.06 0.4 176.17 0.85 0.32
Hex C 99 90 5C 0 6 28 B0 55 20
Octal 14 231 220 134 0 6 50 260 125 40
Binary 1100 10011001 10010000 1011100 0 110 101000 10110000 1010101 100000

Color Harmonies of #0C9990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C9990

Black with #0C9990

Text Example


Text Example

White with #0C9990

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0C9990;
 }
 .AnyTagClassName
 {
   color: #0C9990;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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