Html Css Color HEX #0AB794 Persian Green

📋 copy color: '#0AB794'

red 10 ◦ green 183 ◦ blue 148

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

Shades of Persian Green #0AB794

Tints of Persian Green #0AB794

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 43.4%

R = 2.93%
G = 53.67%
B = 43.4%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.19

 K value IS 0.28

RGB Variations

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

Color information

#0AB794 (or 0x0AB794) is known color: Persian Green. HEX triplet: 0A, B7 and 94. RGB value is (10,183,148). Sum of RGB (Red+Green+Blue) = 10+183+148=341 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.93% from 341); Green value is 183 (71.88% from 255 or 53.67% from 341); Blue value is 148 (58.20% from 255 or 43.40% from 341); Max value from RGB is 183 - color contains mainly: green. Hex color #0AB794 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AB794 is #F5486B. Grayscale: #7F7F7F. Windows color (decimal): -16074860 or 9746186. OLE color: 9746186.

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

Color convert

RGB 10 183 148 -
CMYK 0.95 0 0.19 0.28
HSL 167.86º 0.9% 0.38% -
HSV(B) 167.86º 0.95% 0.72% -
XYZ 22.4 36.07 33.8 -
YUV 127.28 139.69 44.35 -
System Red Green Blue C M Y K H S L
Decimal 10 183 148 0.95 0 0.19 0.28 167.86 0.9 0.38
Hex A B7 94 5F 0 13 1C A8 5A 26
Octal 12 267 224 137 0 23 34 250 132 46
Binary 1010 10110111 10010100 1011111 0 10011 11100 10101000 1011010 100110

Color Harmonies of #0AB794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AB794

Black with #0AB794

Text Example


Text Example

White with #0AB794

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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