Html Css Color HEX #0AB899 Persian Green

📋 copy color: '#0AB899'

red 10 ◦ green 184 ◦ blue 153

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

Shades of Persian Green #0AB899

Tints of Persian Green #0AB899

RGB

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

 GREEN value IS 184 (72.27% from 255) = 53.03%

 BLUE value IS 153 (60.16% from 255) = 44.09%

R = 2.88%
G = 53.03%
B = 44.09%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.17

 K value IS 0.28

RGB Variations

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

Color information

#0AB899 (or 0x0AB899) is known color: Persian Green. HEX triplet: 0A, B8 and 99. RGB value is (10,184,153). Sum of RGB (Red+Green+Blue) = 10+184+153=347 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.88% from 347); Green value is 184 (72.27% from 255 or 53.03% from 347); Blue value is 153 (60.16% from 255 or 44.09% from 347); Max value from RGB is 184 - color contains mainly: green. Hex color #0AB899 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AB899 is #F54766. Grayscale: #808080. Windows color (decimal): -16074599 or 10074122. OLE color: 10074122.

HSL color Cylindrical-coordinate representation of color #0AB899: hue angle of 169.31º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AB899 is Cyan = 0.95, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.28.

Color convert

RGB 10 184 153 -
CMYK 0.95 0 0.17 0.28
HSL 169.31º 0.9% 0.38% -
HSV(B) 169.31º 0.95% 0.72% -
XYZ 23.02 36.65 36 -
YUV 128.44 141.85 43.52 -
System Red Green Blue C M Y K H S L
Decimal 10 184 153 0.95 0 0.17 0.28 169.31 0.9 0.38
Hex A B8 99 5F 0 11 1C A9 5A 26
Octal 12 270 231 137 0 21 34 251 132 46
Binary 1010 10111000 10011001 1011111 0 10001 11100 10101001 1011010 100110

Color Harmonies of #0AB899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AB899

Black with #0AB899

Text Example


Text Example

White with #0AB899

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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