Html Css Color HEX #0EA295 Persian Green

📋 copy color: '#0EA295'

red 14 ◦ green 162 ◦ blue 149

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

Shades of Persian Green #0EA295

Tints of Persian Green #0EA295

RGB

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

 GREEN value IS 162 (63.67% from 255) = 49.85%

 BLUE value IS 149 (58.59% from 255) = 45.85%

R = 4.31%
G = 49.85%
B = 45.85%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.08

 K value IS 0.36

RGB Variations

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

Color information

#0EA295 (or 0x0EA295) is known color: Persian Green. HEX triplet: 0E, A2 and 95. RGB value is (14,162,149). Sum of RGB (Red+Green+Blue) = 14+162+149=325 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.31% from 325); Green value is 162 (63.67% from 255 or 49.85% from 325); Blue value is 149 (58.59% from 255 or 45.85% from 325); Max value from RGB is 162 - color contains mainly: green. Hex color #0EA295 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EA295 is #F15D6A. Grayscale: #747474. Windows color (decimal): -15818091 or 9806350. OLE color: 9806350.

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

Color convert

RGB 14 162 149 -
CMYK 0.91 0 0.08 0.36
HSL 174.73º 0.84% 0.35% -
HSV(B) 174.73º 0.91% 0.64% -
XYZ 18.53 28.1 32.88 -
YUV 116.27 146.47 55.06 -
System Red Green Blue C M Y K H S L
Decimal 14 162 149 0.91 0 0.08 0.36 174.73 0.84 0.35
Hex E A2 95 5B 0 8 24 AF 54 23
Octal 16 242 225 133 0 10 44 257 124 43
Binary 1110 10100010 10010101 1011011 0 1000 100100 10101111 1010100 100011

Color Harmonies of #0EA295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EA295

Black with #0EA295

Text Example


Text Example

White with #0EA295

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,162,149); }

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

background-color css

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

 a { background-color: rgb(14,162,149); }

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

border-color css

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

 span { border-color: rgb(14,162,149); }

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