Html Css Color HEX #0EA292 Persian Green

📋 copy color: '#0EA292'

red 14 ◦ green 162 ◦ blue 146

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

Shades of Persian Green #0EA292

Tints of Persian Green #0EA292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 45.34%

R = 4.35%
G = 50.31%
B = 45.34%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#0EA292 (or 0x0EA292) is known color: Persian Green. HEX triplet: 0E, A2 and 92. RGB value is (14,162,146). Sum of RGB (Red+Green+Blue) = 14+162+146=322 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.35% from 322); Green value is 162 (63.67% from 255 or 50.31% from 322); Blue value is 146 (57.42% from 255 or 45.34% from 322); Max value from RGB is 162 - color contains mainly: green. Hex color #0EA292 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EA292 is #F15D6D. Grayscale: #737373. Windows color (decimal): -15818094 or 9609742. OLE color: 9609742.

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

Color convert

RGB 14 162 146 -
CMYK 0.91 0 0.10 0.36
HSL 173.51º 0.84% 0.35% -
HSV(B) 173.51º 0.91% 0.64% -
XYZ 18.29 28.01 31.64 -
YUV 115.92 144.97 55.3 -
System Red Green Blue C M Y K H S L
Decimal 14 162 146 0.91 0 0.10 0.36 173.51 0.84 0.35
Hex E A2 92 5B 0 A 24 AE 54 23
Octal 16 242 222 133 0 12 44 256 124 43
Binary 1110 10100010 10010010 1011011 0 1010 100100 10101110 1010100 100011

Color Harmonies of #0EA292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EA292

Black with #0EA292

Text Example


Text Example

White with #0EA292

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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