Html Css Color HEX #0AA088 Persian Green

📋 copy color: '#0AA088'

red 10 ◦ green 160 ◦ blue 136

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

Shades of Persian Green #0AA088

Tints of Persian Green #0AA088

RGB

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

 GREEN value IS 160 (62.89% from 255) = 52.29%

 BLUE value IS 136 (53.52% from 255) = 44.44%

R = 3.27%
G = 52.29%
B = 44.44%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.15

 K value IS 0.37

RGB Variations

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

Color information

#0AA088 (or 0x0AA088) is known color: Persian Green. HEX triplet: 0A, A0 and 88. RGB value is (10,160,136). Sum of RGB (Red+Green+Blue) = 10+160+136=306 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.27% from 306); Green value is 160 (62.89% from 255 or 52.29% from 306); Blue value is 136 (53.52% from 255 or 44.44% from 306); Max value from RGB is 160 - color contains mainly: green. Hex color #0AA088 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AA088 is #F55F77. Grayscale: #707070. Windows color (decimal): -16080760 or 8953866. OLE color: 8953866.

HSL color Cylindrical-coordinate representation of color #0AA088: hue angle of 170.4º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AA088 is Cyan = 0.94, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.37.

Color convert

RGB 10 160 136 -
CMYK 0.94 0 0.15 0.37
HSL 170.4º 0.88% 0.33% -
HSV(B) 170.4º 0.94% 0.63% -
XYZ 17.14 26.98 27.6 -
YUV 112.41 141.31 54.95 -
System Red Green Blue C M Y K H S L
Decimal 10 160 136 0.94 0 0.15 0.37 170.4 0.88 0.33
Hex A A0 88 5E 0 F 25 AA 58 21
Octal 12 240 210 136 0 17 45 252 130 41
Binary 1010 10100000 10001000 1011110 0 1111 100101 10101010 1011000 100001

Color Harmonies of #0AA088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AA088

Black with #0AA088

Text Example


Text Example

White with #0AA088

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,160,136); }

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

background-color css

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

 a { background-color: rgb(10,160,136); }

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

border-color css

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

 span { border-color: rgb(10,160,136); }

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