Html Css Color HEX #0AAC8B Persian Green

📋 copy color: '#0AAC8B'

red 10 ◦ green 172 ◦ blue 139

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

Shades of Persian Green #0AAC8B

Tints of Persian Green #0AAC8B

RGB

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

 GREEN value IS 172 (67.58% from 255) = 53.58%

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

R = 3.12%
G = 53.58%
B = 43.3%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#0AAC8B (or 0x0AAC8B) is known color: Persian Green. HEX triplet: 0A, AC and 8B. RGB value is (10,172,139). Sum of RGB (Red+Green+Blue) = 10+172+139=321 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.12% from 321); Green value is 172 (67.58% from 255 or 53.58% from 321); Blue value is 139 (54.69% from 255 or 43.30% from 321); Max value from RGB is 172 - color contains mainly: green. Hex color #0AAC8B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AAC8B is #F55374. Grayscale: #777777. Windows color (decimal): -16077685 or 9153546. OLE color: 9153546.

HSL color Cylindrical-coordinate representation of color #0AAC8B: hue angle of 167.78º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AAC8B is Cyan = 0.94, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB 10 172 139 -
CMYK 0.94 0 0.19 0.33
HSL 167.78º 0.89% 0.36% -
HSV(B) 167.78º 0.94% 0.67% -
XYZ 19.54 31.43 29.46 -
YUV 119.8 138.83 49.68 -
System Red Green Blue C M Y K H S L
Decimal 10 172 139 0.94 0 0.19 0.33 167.78 0.89 0.36
Hex A AC 8B 5E 0 13 21 A8 59 24
Octal 12 254 213 136 0 23 41 250 131 44
Binary 1010 10101100 10001011 1011110 0 10011 100001 10101000 1011001 100100

Color Harmonies of #0AAC8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AAC8B

Black with #0AAC8B

Text Example


Text Example

White with #0AAC8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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