Html Css Color HEX #0A9E85 Persian Green

📋 copy color: '#0A9E85'

red 10 ◦ green 158 ◦ blue 133

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

Shades of Persian Green #0A9E85

Tints of Persian Green #0A9E85

RGB

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

 GREEN value IS 158 (62.11% from 255) = 52.49%

 BLUE value IS 133 (52.34% from 255) = 44.19%

R = 3.32%
G = 52.49%
B = 44.19%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.16

 K value IS 0.38

RGB Variations

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

Color information

#0A9E85 (or 0x0A9E85) is known color: Persian Green. HEX triplet: 0A, 9E and 85. RGB value is (10,158,133). Sum of RGB (Red+Green+Blue) = 10+158+133=301 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.32% from 301); Green value is 158 (62.11% from 255 or 52.49% from 301); Blue value is 133 (52.34% from 255 or 44.19% from 301); Max value from RGB is 158 - color contains mainly: green. Hex color #0A9E85 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A9E85 is #F5617A. Grayscale: #6E6E6E. Windows color (decimal): -16081275 or 8756746. OLE color: 8756746.

HSL color Cylindrical-coordinate representation of color #0A9E85: hue angle of 169.86º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A9E85 is Cyan = 0.94, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.

Color convert

RGB 10 158 133 -
CMYK 0.94 0 0.16 0.38
HSL 169.86º 0.88% 0.33% -
HSV(B) 169.86º 0.94% 0.62% -
XYZ 16.59 26.21 26.38 -
YUV 110.9 140.47 56.03 -
System Red Green Blue C M Y K H S L
Decimal 10 158 133 0.94 0 0.16 0.38 169.86 0.88 0.33
Hex A 9E 85 5E 0 10 26 AA 58 21
Octal 12 236 205 136 0 20 46 252 130 41
Binary 1010 10011110 10000101 1011110 0 10000 100110 10101010 1011000 100001

Color Harmonies of #0A9E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A9E85

Black with #0A9E85

Text Example


Text Example

White with #0A9E85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,158,133); }

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

background-color css

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

 a { background-color: rgb(10,158,133); }

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

border-color css

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

 span { border-color: rgb(10,158,133); }

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