Html Css Color HEX #0A9C9A Persian Green

📋 copy color: '#0A9C9A'

red 10 ◦ green 156 ◦ blue 154

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

Shades of Persian Green #0A9C9A

Tints of Persian Green #0A9C9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 48.13%

R = 3.13%
G = 48.75%
B = 48.13%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.01

 K value IS 0.39

RGB Variations

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

Color information

#0A9C9A (or 0x0A9C9A) is known color: Persian Green. HEX triplet: 0A, 9C and 9A. RGB value is (10,156,154). Sum of RGB (Red+Green+Blue) = 10+156+154=320 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.12% from 320); Green value is 156 (61.33% from 255 or 48.75% from 320); Blue value is 154 (60.55% from 255 or 48.12% from 320); Max value from RGB is 156 - color contains mainly: green. Hex color #0A9C9A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A9C9A is #F56365. Grayscale: #6F6F6F. Windows color (decimal): -16081766 or 10132490. OLE color: 10132490.

HSL color Cylindrical-coordinate representation of color #0A9C9A: hue angle of 179.18º 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 #0A9C9A is Cyan = 0.94, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.39.

Color convert

RGB 10 156 154 -
CMYK 0.94 0 0.01 0.39
HSL 179.18º 0.88% 0.33% -
HSV(B) 179.18º 0.94% 0.61% -
XYZ 17.85 26.17 34.68 -
YUV 112.12 151.63 55.16 -
System Red Green Blue C M Y K H S L
Decimal 10 156 154 0.94 0 0.01 0.39 179.18 0.88 0.33
Hex A 9C 9A 5E 0 1 27 B3 58 21
Octal 12 234 232 136 0 1 47 263 130 41
Binary 1010 10011100 10011010 1011110 0 1 100111 10110011 1011000 100001

Color Harmonies of #0A9C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A9C9A

Black with #0A9C9A

Text Example


Text Example

White with #0A9C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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