Html Css Color HEX #0AB79B Persian Green

📋 copy color: '#0AB79B'

red 10 ◦ green 183 ◦ blue 155

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

Shades of Persian Green #0AB79B

Tints of Persian Green #0AB79B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 44.54%

R = 2.87%
G = 52.59%
B = 44.54%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.15

 K value IS 0.28

RGB Variations

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

Color information

#0AB79B (or 0x0AB79B) is known color: Persian Green. HEX triplet: 0A, B7 and 9B. RGB value is (10,183,155). Sum of RGB (Red+Green+Blue) = 10+183+155=348 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.87% from 348); Green value is 183 (71.88% from 255 or 52.59% from 348); Blue value is 155 (60.94% from 255 or 44.54% from 348); Max value from RGB is 183 - color contains mainly: green. Hex color #0AB79B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AB79B is #F54864. Grayscale: #808080. Windows color (decimal): -16074853 or 10204938. OLE color: 10204938.

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

Color convert

RGB 10 183 155 -
CMYK 0.95 0 0.15 0.28
HSL 170.29º 0.9% 0.38% -
HSV(B) 170.29º 0.95% 0.72% -
XYZ 22.98 36.3 36.81 -
YUV 128.08 143.19 43.78 -
System Red Green Blue C M Y K H S L
Decimal 10 183 155 0.95 0 0.15 0.28 170.29 0.9 0.38
Hex A B7 9B 5F 0 F 1C AA 5A 26
Octal 12 267 233 137 0 17 34 252 132 46
Binary 1010 10110111 10011011 1011111 0 1111 11100 10101010 1011010 100110

Color Harmonies of #0AB79B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AB79B

Black with #0AB79B

Text Example


Text Example

White with #0AB79B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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