Html Css Color HEX #0A9C91 Persian Green

📋 copy color: '#0A9C91'

red 10 ◦ green 156 ◦ blue 145

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

Shades of Persian Green #0A9C91

Tints of Persian Green #0A9C91

RGB

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

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

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

R = 3.22%
G = 50.16%
B = 46.62%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.07

 K value IS 0.39

RGB Variations

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

Color information

#0A9C91 (or 0x0A9C91) is known color: Persian Green. HEX triplet: 0A, 9C and 91. RGB value is (10,156,145). Sum of RGB (Red+Green+Blue) = 10+156+145=311 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.22% from 311); Green value is 156 (61.33% from 255 or 50.16% from 311); Blue value is 145 (57.03% from 255 or 46.62% from 311); Max value from RGB is 156 - color contains mainly: green. Hex color #0A9C91 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A9C91 is #F5636E. Grayscale: #6E6E6E. Windows color (decimal): -16081775 or 9542666. OLE color: 9542666.

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

Color convert

RGB 10 156 145 -
CMYK 0.94 0 0.07 0.39
HSL 175.48º 0.88% 0.33% -
HSV(B) 175.48º 0.94% 0.61% -
XYZ 17.12 25.89 30.88 -
YUV 111.09 147.13 55.89 -
System Red Green Blue C M Y K H S L
Decimal 10 156 145 0.94 0 0.07 0.39 175.48 0.88 0.33
Hex A 9C 91 5E 0 7 27 AF 58 21
Octal 12 234 221 136 0 7 47 257 130 41
Binary 1010 10011100 10010001 1011110 0 111 100111 10101111 1011000 100001

Color Harmonies of #0A9C91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A9C91

Black with #0A9C91

Text Example


Text Example

White with #0A9C91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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