Html Css Color HEX #0E9987 Persian Green

📋 copy color: '#0E9987'

red 14 ◦ green 153 ◦ blue 135

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

Shades of Persian Green #0E9987

Tints of Persian Green #0E9987

RGB

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

 GREEN value IS 153 (60.16% from 255) = 50.66%

 BLUE value IS 135 (53.13% from 255) = 44.7%

R = 4.64%
G = 50.66%
B = 44.7%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.12

 K value IS 0.4

RGB Variations

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

Color information

#0E9987 (or 0x0E9987) is known color: Persian Green. HEX triplet: 0E, 99 and 87. RGB value is (14,153,135). Sum of RGB (Red+Green+Blue) = 14+153+135=302 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.64% from 302); Green value is 153 (60.16% from 255 or 50.66% from 302); Blue value is 135 (53.12% from 255 or 44.70% from 302); Max value from RGB is 153 - color contains mainly: green. Hex color #0E9987 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E9987 is #F16678. Grayscale: #6D6D6D. Windows color (decimal): -15820409 or 8886542. OLE color: 8886542.

HSL color Cylindrical-coordinate representation of color #0E9987: hue angle of 172.23º 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 #0E9987 is Cyan = 0.91, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.4.

Color convert

RGB 14 153 135 -
CMYK 0.91 0 0.12 0.4
HSL 172.23º 0.83% 0.33% -
HSV(B) 172.23º 0.91% 0.6% -
XYZ 15.95 24.63 26.83 -
YUV 109.39 142.45 59.96 -
System Red Green Blue C M Y K H S L
Decimal 14 153 135 0.91 0 0.12 0.4 172.23 0.83 0.33
Hex E 99 87 5B 0 C 28 AC 53 21
Octal 16 231 207 133 0 14 50 254 123 41
Binary 1110 10011001 10000111 1011011 0 1100 101000 10101100 1010011 100001

Color Harmonies of #0E9987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E9987

Black with #0E9987

Text Example


Text Example

White with #0E9987

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,153,135); }

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

background-color css

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

 a { background-color: rgb(14,153,135); }

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

border-color css

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

 span { border-color: rgb(14,153,135); }

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