Html Css Color HEX #0A9C9E Persian Green

📋 copy color: '#0A9C9E'

red 10 ◦ green 156 ◦ blue 158

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

Shades of Persian Green #0A9C9E

Tints of Persian Green #0A9C9E

RGB

 RED value IS 10 (4.3% from 255) = 3.09%

 GREEN value IS 156 (61.33% from 255) = 48.15%

 BLUE value IS 158 (62.11% from 255) = 48.77%

R = 3.09%
G = 48.15%
B = 48.77%

CMYK

 C value IS 0.94

 M value IS 0.01

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#0A9C9E (or 0x0A9C9E) is known color: Persian Green. HEX triplet: 0A, 9C and 9E. RGB value is (10,156,158). Sum of RGB (Red+Green+Blue) = 10+156+158=324 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.09% from 324); Green value is 156 (61.33% from 255 or 48.15% from 324); Blue value is 158 (62.11% from 255 or 48.77% from 324); Max value from RGB is 158 - color contains mainly: blue. Hex color #0A9C9E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A9C9E is #F56361. Grayscale: #707070. Windows color (decimal): -16081762 or 10394634. OLE color: 10394634.

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

Color convert

RGB 10 156 158 -
CMYK 0.94 0.01 0 0.38
HSL 180.81º 0.88% 0.33% -
HSV(B) 180.81º 0.94% 0.62% -
XYZ 18.19 26.31 36.47 -
YUV 112.57 153.63 54.84 -
System Red Green Blue C M Y K H S L
Decimal 10 156 158 0.94 0.01 0 0.38 180.81 0.88 0.33
Hex A 9C 9E 5E 1 0 26 B5 58 21
Octal 12 234 236 136 1 0 46 265 130 41
Binary 1010 10011100 10011110 1011110 1 0 100110 10110101 1011000 100001

Color Harmonies of #0A9C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A9C9E

Black with #0A9C9E

Text Example


Text Example

White with #0A9C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,156,158); }

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

background-color css

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

 a { background-color: rgb(10,156,158); }

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

border-color css

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

 span { border-color: rgb(10,156,158); }

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