Html Css Color HEX #0A9A8B Persian Green

📋 copy color: '#0A9A8B'

red 10 ◦ green 154 ◦ blue 139

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

Shades of Persian Green #0A9A8B

Tints of Persian Green #0A9A8B

RGB

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

 GREEN value IS 154 (60.55% from 255) = 50.83%

 BLUE value IS 139 (54.69% from 255) = 45.87%

R = 3.3%
G = 50.83%
B = 45.87%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.10

 K value IS 0.40

RGB Variations

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

Color information

#0A9A8B (or 0x0A9A8B) is known color: Persian Green. HEX triplet: 0A, 9A and 8B. RGB value is (10,154,139). Sum of RGB (Red+Green+Blue) = 10+154+139=303 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.30% from 303); Green value is 154 (60.55% from 255 or 50.83% from 303); Blue value is 139 (54.69% from 255 or 45.87% from 303); Max value from RGB is 154 - color contains mainly: green. Hex color #0A9A8B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A9A8B is #F56574. Grayscale: #6D6D6D. Windows color (decimal): -16082293 or 9148938. OLE color: 9148938.

HSL color Cylindrical-coordinate representation of color #0A9A8B: hue angle of 173.75º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A9A8B is Cyan = 0.94, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.40.

Color convert

RGB 10 154 139 -
CMYK 0.94 0 0.10 0.40
HSL 173.75º 0.88% 0.32% -
HSV(B) 173.75º 0.94% 0.6% -
XYZ 16.34 25.04 28.4 -
YUV 109.23 144.79 57.22 -
System Red Green Blue C M Y K H S L
Decimal 10 154 139 0.94 0 0.10 0.40 173.75 0.88 0.32
Hex A 9A 8B 5E 0 A 28 AE 58 20
Octal 12 232 213 136 0 12 50 256 130 40
Binary 1010 10011010 10001011 1011110 0 1010 101000 10101110 1011000 100000

Color Harmonies of #0A9A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A9A8B

Black with #0A9A8B

Text Example


Text Example

White with #0A9A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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