Html Css Color HEX #0EB09B Persian Green

📋 copy color: '#0EB09B'

red 14 ◦ green 176 ◦ blue 155

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

Shades of Persian Green #0EB09B

Tints of Persian Green #0EB09B

RGB

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

 GREEN value IS 176 (69.14% from 255) = 51.01%

 BLUE value IS 155 (60.94% from 255) = 44.93%

R = 4.06%
G = 51.01%
B = 44.93%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#0EB09B (or 0x0EB09B) is known color: Persian Green. HEX triplet: 0E, B0 and 9B. RGB value is (14,176,155). Sum of RGB (Red+Green+Blue) = 14+176+155=345 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.06% from 345); Green value is 176 (69.14% from 255 or 51.01% from 345); Blue value is 155 (60.94% from 255 or 44.93% from 345); Max value from RGB is 176 - color contains mainly: green. Hex color #0EB09B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EB09B is #F14F64. Grayscale: #7D7D7D. Windows color (decimal): -15814501 or 10203150. OLE color: 10203150.

HSL color Cylindrical-coordinate representation of color #0EB09B: hue angle of 172.22º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EB09B is Cyan = 0.92, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB 14 176 155 -
CMYK 0.92 0 0.12 0.31
HSL 172.22º 0.85% 0.37% -
HSV(B) 172.22º 0.92% 0.69% -
XYZ 21.62 33.51 36.34 -
YUV 125.17 144.83 48.71 -
System Red Green Blue C M Y K H S L
Decimal 14 176 155 0.92 0 0.12 0.31 172.22 0.85 0.37
Hex E B0 9B 5C 0 C 1F AC 55 25
Octal 16 260 233 134 0 14 37 254 125 45
Binary 1110 10110000 10011011 1011100 0 1100 11111 10101100 1010101 100101

Color Harmonies of #0EB09B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EB09B

Black with #0EB09B

Text Example


Text Example

White with #0EB09B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,176,155); }

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

background-color css

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

 a { background-color: rgb(14,176,155); }

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

border-color css

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

 span { border-color: rgb(14,176,155); }

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