Html Css Color HEX #0E9C85 Persian Green

📋 copy color: '#0E9C85'

red 14 ◦ green 156 ◦ blue 133

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

Shades of Persian Green #0E9C85

Tints of Persian Green #0E9C85

RGB

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

 GREEN value IS 156 (61.33% from 255) = 51.49%

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

R = 4.62%
G = 51.49%
B = 43.89%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.15

 K value IS 0.39

RGB Variations

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

Color information

#0E9C85 (or 0x0E9C85) is known color: Persian Green. HEX triplet: 0E, 9C and 85. RGB value is (14,156,133). Sum of RGB (Red+Green+Blue) = 14+156+133=303 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.62% from 303); Green value is 156 (61.33% from 255 or 51.49% from 303); Blue value is 133 (52.34% from 255 or 43.89% from 303); Max value from RGB is 156 - color contains mainly: green. Hex color #0E9C85 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E9C85 is #F1637A. Grayscale: #6E6E6E. Windows color (decimal): -15819643 or 8756238. OLE color: 8756238.

HSL color Cylindrical-coordinate representation of color #0E9C85: hue angle of 170.28º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E9C85 is Cyan = 0.91, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.

Color convert

RGB 14 156 133 -
CMYK 0.91 0 0.15 0.39
HSL 170.28º 0.84% 0.33% -
HSV(B) 170.28º 0.91% 0.61% -
XYZ 16.3 25.56 26.27 -
YUV 110.92 140.46 58.87 -
System Red Green Blue C M Y K H S L
Decimal 14 156 133 0.91 0 0.15 0.39 170.28 0.84 0.33
Hex E 9C 85 5B 0 F 27 AA 54 21
Octal 16 234 205 133 0 17 47 252 124 41
Binary 1110 10011100 10000101 1011011 0 1111 100111 10101010 1010100 100001

Color Harmonies of #0E9C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E9C85

Black with #0E9C85

Text Example


Text Example

White with #0E9C85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,156,133); }

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

background-color css

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

 a { background-color: rgb(14,156,133); }

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

border-color css

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

 span { border-color: rgb(14,156,133); }

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