Html Css Color HEX #0AA288 Persian Green

📋 copy color: '#0AA288'

red 10 ◦ green 162 ◦ blue 136

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

Shades of Persian Green #0AA288

Tints of Persian Green #0AA288

RGB

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

 GREEN value IS 162 (63.67% from 255) = 52.6%

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

R = 3.25%
G = 52.6%
B = 44.16%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#0AA288 (or 0x0AA288) is known color: Persian Green. HEX triplet: 0A, A2 and 88. RGB value is (10,162,136). Sum of RGB (Red+Green+Blue) = 10+162+136=308 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.25% from 308); Green value is 162 (63.67% from 255 or 52.60% from 308); Blue value is 136 (53.52% from 255 or 44.16% from 308); Max value from RGB is 162 - color contains mainly: green. Hex color #0AA288 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AA288 is #F55D77. Grayscale: #717171. Windows color (decimal): -16080248 or 8954378. OLE color: 8954378.

HSL color Cylindrical-coordinate representation of color #0AA288: hue angle of 169.74º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AA288 is Cyan = 0.94, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB 10 162 136 -
CMYK 0.94 0 0.16 0.36
HSL 169.74º 0.88% 0.34% -
HSV(B) 169.74º 0.94% 0.64% -
XYZ 17.49 27.68 27.71 -
YUV 113.59 140.64 54.11 -
System Red Green Blue C M Y K H S L
Decimal 10 162 136 0.94 0 0.16 0.36 169.74 0.88 0.34
Hex A A2 88 5E 0 10 24 AA 58 22
Octal 12 242 210 136 0 20 44 252 130 42
Binary 1010 10100010 10001000 1011110 0 10000 100100 10101010 1011000 100010

Color Harmonies of #0AA288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AA288

Black with #0AA288

Text Example


Text Example

White with #0AA288

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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