Html Css Color HEX #0AB79D Persian Green

📋 copy color: '#0AB79D'

red 10 ◦ green 183 ◦ blue 157

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

Shades of Persian Green #0AB79D

Tints of Persian Green #0AB79D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 44.86%

R = 2.86%
G = 52.29%
B = 44.86%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.14

 K value IS 0.28

RGB Variations

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

Color information

#0AB79D (or 0x0AB79D) is known color: Persian Green. HEX triplet: 0A, B7 and 9D. RGB value is (10,183,157). Sum of RGB (Red+Green+Blue) = 10+183+157=350 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.86% from 350); Green value is 183 (71.88% from 255 or 52.29% from 350); Blue value is 157 (61.72% from 255 or 44.86% from 350); Max value from RGB is 183 - color contains mainly: green. Hex color #0AB79D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AB79D is #F54862. Grayscale: #808080. Windows color (decimal): -16074851 or 10336010. OLE color: 10336010.

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

Color convert

RGB 10 183 157 -
CMYK 0.95 0 0.14 0.28
HSL 170.98º 0.9% 0.38% -
HSV(B) 170.98º 0.95% 0.72% -
XYZ 23.14 36.37 37.7 -
YUV 128.31 144.19 43.61 -
System Red Green Blue C M Y K H S L
Decimal 10 183 157 0.95 0 0.14 0.28 170.98 0.9 0.38
Hex A B7 9D 5F 0 E 1C AB 5A 26
Octal 12 267 235 137 0 16 34 253 132 46
Binary 1010 10110111 10011101 1011111 0 1110 11100 10101011 1011010 100110

Color Harmonies of #0AB79D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AB79D

Black with #0AB79D

Text Example


Text Example

White with #0AB79D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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