Html Css Color HEX #0AB799 Persian Green

📋 copy color: '#0AB799'

red 10 ◦ green 183 ◦ blue 153

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

Shades of Persian Green #0AB799

Tints of Persian Green #0AB799

RGB

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

 GREEN value IS 183 (71.88% from 255) = 52.89%

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

R = 2.89%
G = 52.89%
B = 44.22%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.16

 K value IS 0.28

RGB Variations

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

Color information

#0AB799 (or 0x0AB799) is known color: Persian Green. HEX triplet: 0A, B7 and 99. RGB value is (10,183,153). Sum of RGB (Red+Green+Blue) = 10+183+153=346 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.89% from 346); Green value is 183 (71.88% from 255 or 52.89% from 346); Blue value is 153 (60.16% from 255 or 44.22% from 346); Max value from RGB is 183 - color contains mainly: green. Hex color #0AB799 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AB799 is #F54866. Grayscale: #7F7F7F. Windows color (decimal): -16074855 or 10073866. OLE color: 10073866.

HSL color Cylindrical-coordinate representation of color #0AB799: hue angle of 169.6º 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 #0AB799 is Cyan = 0.95, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.28.

Color convert

RGB 10 183 153 -
CMYK 0.95 0 0.16 0.28
HSL 169.6º 0.9% 0.38% -
HSV(B) 169.6º 0.95% 0.72% -
XYZ 22.81 36.23 35.93 -
YUV 127.85 142.19 43.94 -
System Red Green Blue C M Y K H S L
Decimal 10 183 153 0.95 0 0.16 0.28 169.6 0.9 0.38
Hex A B7 99 5F 0 10 1C AA 5A 26
Octal 12 267 231 137 0 20 34 252 132 46
Binary 1010 10110111 10011001 1011111 0 10000 11100 10101010 1011010 100110

Color Harmonies of #0AB799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AB799

Black with #0AB799

Text Example


Text Example

White with #0AB799

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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