Html Css Color HEX #0C9E8A Persian Green

📋 copy color: '#0C9E8A'

red 12 ◦ green 158 ◦ blue 138

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

Shades of Persian Green #0C9E8A

Tints of Persian Green #0C9E8A

RGB

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

 GREEN value IS 158 (62.11% from 255) = 51.3%

 BLUE value IS 138 (54.3% from 255) = 44.81%

R = 3.9%
G = 51.3%
B = 44.81%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.13

 K value IS 0.38

RGB Variations

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

Color information

#0C9E8A (or 0x0C9E8A) is known color: Persian Green. HEX triplet: 0C, 9E and 8A. RGB value is (12,158,138). Sum of RGB (Red+Green+Blue) = 12+158+138=308 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.90% from 308); Green value is 158 (62.11% from 255 or 51.30% from 308); Blue value is 138 (54.30% from 255 or 44.81% from 308); Max value from RGB is 158 - color contains mainly: green. Hex color #0C9E8A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C9E8A is #F36175. Grayscale: #707070. Windows color (decimal): -15950198 or 9084428. OLE color: 9084428.

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

Color convert

RGB 12 158 138 -
CMYK 0.92 0 0.13 0.38
HSL 171.78º 0.86% 0.33% -
HSV(B) 171.78º 0.92% 0.62% -
XYZ 16.97 26.37 28.24 -
YUV 112.07 142.63 56.63 -
System Red Green Blue C M Y K H S L
Decimal 12 158 138 0.92 0 0.13 0.38 171.78 0.86 0.33
Hex C 9E 8A 5C 0 D 26 AC 56 21
Octal 14 236 212 134 0 15 46 254 126 41
Binary 1100 10011110 10001010 1011100 0 1101 100110 10101100 1010110 100001

Color Harmonies of #0C9E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C9E8A

Black with #0C9E8A

Text Example


Text Example

White with #0C9E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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