Html Css Color HEX #0A9D8A Persian Green

📋 copy color: '#0A9D8A'

red 10 ◦ green 157 ◦ blue 138

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

Shades of Persian Green #0A9D8A

Tints of Persian Green #0A9D8A

RGB

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

 GREEN value IS 157 (61.72% from 255) = 51.48%

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

R = 3.28%
G = 51.48%
B = 45.25%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.12

 K value IS 0.38

RGB Variations

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

Color information

#0A9D8A (or 0x0A9D8A) is known color: Persian Green. HEX triplet: 0A, 9D and 8A. RGB value is (10,157,138). Sum of RGB (Red+Green+Blue) = 10+157+138=305 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.28% from 305); Green value is 157 (61.72% from 255 or 51.48% from 305); Blue value is 138 (54.30% from 255 or 45.25% from 305); Max value from RGB is 157 - color contains mainly: green. Hex color #0A9D8A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A9D8A is #F56275. Grayscale: #6E6E6E. Windows color (decimal): -16081526 or 9084170. OLE color: 9084170.

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

Color convert

RGB 10 157 138 -
CMYK 0.94 0 0.12 0.38
HSL 172.24º 0.88% 0.33% -
HSV(B) 172.24º 0.94% 0.62% -
XYZ 16.77 26.01 28.18 -
YUV 110.88 143.3 56.04 -
System Red Green Blue C M Y K H S L
Decimal 10 157 138 0.94 0 0.12 0.38 172.24 0.88 0.33
Hex A 9D 8A 5E 0 C 26 AC 58 21
Octal 12 235 212 136 0 14 46 254 130 41
Binary 1010 10011101 10001010 1011110 0 1100 100110 10101100 1011000 100001

Color Harmonies of #0A9D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A9D8A

Black with #0A9D8A

Text Example


Text Example

White with #0A9D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,157,138); }

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

background-color css

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

 a { background-color: rgb(10,157,138); }

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

border-color css

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

 span { border-color: rgb(10,157,138); }

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