Html Css Color HEX #0A9987 Persian Green

📋 copy color: '#0A9987'

red 10 ◦ green 153 ◦ blue 135

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

Shades of Persian Green #0A9987

Tints of Persian Green #0A9987

RGB

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

 GREEN value IS 153 (60.16% from 255) = 51.34%

 BLUE value IS 135 (53.13% from 255) = 45.3%

R = 3.36%
G = 51.34%
B = 45.3%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.12

 K value IS 0.4

RGB Variations

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

Color information

#0A9987 (or 0x0A9987) is known color: Persian Green. HEX triplet: 0A, 99 and 87. RGB value is (10,153,135). Sum of RGB (Red+Green+Blue) = 10+153+135=298 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.36% from 298); Green value is 153 (60.16% from 255 or 51.34% from 298); Blue value is 135 (53.12% from 255 or 45.30% from 298); Max value from RGB is 153 - color contains mainly: green. Hex color #0A9987 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A9987 is #F56678. Grayscale: #6C6C6C. Windows color (decimal): -16082553 or 8886538. OLE color: 8886538.

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

Color convert

RGB 10 153 135 -
CMYK 0.93 0 0.12 0.4
HSL 172.45º 0.88% 0.32% -
HSV(B) 172.45º 0.93% 0.6% -
XYZ 15.89 24.6 26.83 -
YUV 108.19 143.12 57.96 -
System Red Green Blue C M Y K H S L
Decimal 10 153 135 0.93 0 0.12 0.4 172.45 0.88 0.32
Hex A 99 87 5D 0 C 28 AC 58 20
Octal 12 231 207 135 0 14 50 254 130 40
Binary 1010 10011001 10000111 1011101 0 1100 101000 10101100 1011000 100000

Color Harmonies of #0A9987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A9987

Black with #0A9987

Text Example


Text Example

White with #0A9987

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,153,135); }

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

background-color css

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

 a { background-color: rgb(10,153,135); }

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

border-color css

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

 span { border-color: rgb(10,153,135); }

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