Html Css Color HEX #0C9A91 Persian Green

📋 copy color: '#0C9A91'

red 12 ◦ green 154 ◦ blue 145

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

Shades of Persian Green #0C9A91

Tints of Persian Green #0C9A91

RGB

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

 GREEN value IS 154 (60.55% from 255) = 49.52%

 BLUE value IS 145 (57.03% from 255) = 46.62%

R = 3.86%
G = 49.52%
B = 46.62%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.06

 K value IS 0.40

RGB Variations

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

Color information

#0C9A91 (or 0x0C9A91) is known color: Persian Green. HEX triplet: 0C, 9A and 91. RGB value is (12,154,145). Sum of RGB (Red+Green+Blue) = 12+154+145=311 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.86% from 311); Green value is 154 (60.55% from 255 or 49.52% from 311); Blue value is 145 (57.03% from 255 or 46.62% from 311); Max value from RGB is 154 - color contains mainly: green. Hex color #0C9A91 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C9A91 is #F3656E. Grayscale: #6E6E6E. Windows color (decimal): -15951215 or 9542156. OLE color: 9542156.

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

Color convert

RGB 12 154 145 -
CMYK 0.92 0 0.06 0.40
HSL 176.2º 0.86% 0.33% -
HSV(B) 176.2º 0.92% 0.6% -
XYZ 16.82 25.23 30.77 -
YUV 110.52 147.46 57.73 -
System Red Green Blue C M Y K H S L
Decimal 12 154 145 0.92 0 0.06 0.40 176.2 0.86 0.33
Hex C 9A 91 5C 0 6 28 B0 56 21
Octal 14 232 221 134 0 6 50 260 126 41
Binary 1100 10011010 10010001 1011100 0 110 101000 10110000 1010110 100001

Color Harmonies of #0C9A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C9A91

Black with #0C9A91

Text Example


Text Example

White with #0C9A91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,154,145); }

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

background-color css

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

 a { background-color: rgb(12,154,145); }

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

border-color css

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

 span { border-color: rgb(12,154,145); }

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