Html Css Color HEX #0E9A8B Persian Green

📋 copy color: '#0E9A8B'

red 14 ◦ green 154 ◦ blue 139

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

Shades of Persian Green #0E9A8B

Tints of Persian Green #0E9A8B

RGB

 RED value IS 14 (5.86% from 255) = 4.56%

 GREEN value IS 154 (60.55% from 255) = 50.16%

 BLUE value IS 139 (54.69% from 255) = 45.28%

R = 4.56%
G = 50.16%
B = 45.28%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.10

 K value IS 0.40

RGB Variations

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

Color information

#0E9A8B (or 0x0E9A8B) is known color: Persian Green. HEX triplet: 0E, 9A and 8B. RGB value is (14,154,139). Sum of RGB (Red+Green+Blue) = 14+154+139=307 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.56% from 307); Green value is 154 (60.55% from 255 or 50.16% from 307); Blue value is 139 (54.69% from 255 or 45.28% from 307); Max value from RGB is 154 - color contains mainly: green. Hex color #0E9A8B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E9A8B is #F16574. Grayscale: #6E6E6E. Windows color (decimal): -15820149 or 9148942. OLE color: 9148942.

HSL color Cylindrical-coordinate representation of color #0E9A8B: hue angle of 173.57º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E9A8B is Cyan = 0.91, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.40.

Color convert

RGB 14 154 139 -
CMYK 0.91 0 0.10 0.40
HSL 173.57º 0.83% 0.33% -
HSV(B) 173.57º 0.91% 0.6% -
XYZ 16.4 25.07 28.4 -
YUV 110.43 144.12 59.22 -
System Red Green Blue C M Y K H S L
Decimal 14 154 139 0.91 0 0.10 0.40 173.57 0.83 0.33
Hex E 9A 8B 5B 0 A 28 AE 53 21
Octal 16 232 213 133 0 12 50 256 123 41
Binary 1110 10011010 10001011 1011011 0 1010 101000 10101110 1010011 100001

Color Harmonies of #0E9A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E9A8B

Black with #0E9A8B

Text Example


Text Example

White with #0E9A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,154,139); }

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

background-color css

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

 a { background-color: rgb(14,154,139); }

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

border-color css

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

 span { border-color: rgb(14,154,139); }

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