Html Css Color HEX #0EA398 Persian Green

📋 copy color: '#0EA398'

red 14 ◦ green 163 ◦ blue 152

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

Shades of Persian Green #0EA398

Tints of Persian Green #0EA398

RGB

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

 GREEN value IS 163 (64.06% from 255) = 49.54%

 BLUE value IS 152 (59.77% from 255) = 46.2%

R = 4.26%
G = 49.54%
B = 46.2%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#0EA398 (or 0x0EA398) is known color: Persian Green. HEX triplet: 0E, A3 and 98. RGB value is (14,163,152). Sum of RGB (Red+Green+Blue) = 14+163+152=329 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.26% from 329); Green value is 163 (64.06% from 255 or 49.54% from 329); Blue value is 152 (59.77% from 255 or 46.20% from 329); Max value from RGB is 163 - color contains mainly: green. Hex color #0EA398 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EA398 is #F15C67. Grayscale: #757575. Windows color (decimal): -15817832 or 10003214. OLE color: 10003214.

HSL color Cylindrical-coordinate representation of color #0EA398: hue angle of 175.57º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0EA398 is Cyan = 0.91, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB 14 163 152 -
CMYK 0.91 0 0.07 0.36
HSL 175.57º 0.84% 0.35% -
HSV(B) 175.57º 0.91% 0.64% -
XYZ 18.95 28.55 34.22 -
YUV 117.2 147.64 54.39 -
System Red Green Blue C M Y K H S L
Decimal 14 163 152 0.91 0 0.07 0.36 175.57 0.84 0.35
Hex E A3 98 5B 0 7 24 B0 54 23
Octal 16 243 230 133 0 7 44 260 124 43
Binary 1110 10100011 10011000 1011011 0 111 100100 10110000 1010100 100011

Color Harmonies of #0EA398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EA398

Black with #0EA398

Text Example


Text Example

White with #0EA398

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,163,152); }

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

background-color css

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

 a { background-color: rgb(14,163,152); }

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

border-color css

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

 span { border-color: rgb(14,163,152); }

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