Html Css Color HEX #0AB595 Persian Green

📋 copy color: '#0AB595'

red 10 ◦ green 181 ◦ blue 149

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

Shades of Persian Green #0AB595

Tints of Persian Green #0AB595

RGB

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

 GREEN value IS 181 (71.09% from 255) = 53.24%

 BLUE value IS 149 (58.59% from 255) = 43.82%

R = 2.94%
G = 53.24%
B = 43.82%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#0AB595 (or 0x0AB595) is known color: Persian Green. HEX triplet: 0A, B5 and 95. RGB value is (10,181,149). Sum of RGB (Red+Green+Blue) = 10+181+149=340 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.94% from 340); Green value is 181 (71.09% from 255 or 53.24% from 340); Blue value is 149 (58.59% from 255 or 43.82% from 340); Max value from RGB is 181 - color contains mainly: green. Hex color #0AB595 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AB595 is #F54A6A. Grayscale: #7E7E7E. Windows color (decimal): -16075371 or 9811210. OLE color: 9811210.

HSL color Cylindrical-coordinate representation of color #0AB595: hue angle of 168.77º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AB595 is Cyan = 0.94, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB 10 181 149 -
CMYK 0.94 0 0.18 0.29
HSL 168.77º 0.9% 0.37% -
HSV(B) 168.77º 0.94% 0.71% -
XYZ 22.07 35.28 34.08 -
YUV 126.22 140.85 45.1 -
System Red Green Blue C M Y K H S L
Decimal 10 181 149 0.94 0 0.18 0.29 168.77 0.9 0.37
Hex A B5 95 5E 0 12 1D A9 5A 25
Octal 12 265 225 136 0 22 35 251 132 45
Binary 1010 10110101 10010101 1011110 0 10010 11101 10101001 1011010 100101

Color Harmonies of #0AB595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AB595

Black with #0AB595

Text Example


Text Example

White with #0AB595

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,181,149); }

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

background-color css

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

 a { background-color: rgb(10,181,149); }

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

border-color css

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

 span { border-color: rgb(10,181,149); }

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