#0EAF9A

Color #0EAF9A Persian Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Green #0EAF9A

Tints of Persian Green #0EAF9A

Color information

#0EAF9A (or 0x0EAF9A) is unknown color: approx Persian Green. HEX triplet: 0E, AF and 9A. RGB value is (14,175,154). Sum of RGB (Red+Green+Blue) = 14+175+154=343 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.08% from 343); Green value is 175 (68.75% from 255 or 51.02% from 343); Blue value is 154 (60.55% from 255 or 44.90% from 343); Max value from RGB is 175 - color contains mainly: green. Hex color #0EAF9A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EAF9A is #F15065. Grayscale: #7C7C7C. Windows color (decimal): -15814758 or 10137358. OLE color: 10137358.

HSL color Cylindrical-coordinate representation of color #0EAF9A: hue angle of 172.17º 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 #0EAF9A is Cyan = 0.92, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB14175154-
CMYK0.9200.120.31
HSL172.17º85.19%37.06%-
HSV(B)172.17º92%68.63%-
XYZ21.3433.0935.83-
YUV124.47144.6649.21-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.08%
GREEN value IS 175 (68.75% from 255) = 51.02%
BLUE value IS 154 (60.55% from 255) = 44.90%
R=4.08%
G=51.02%
B=44.90%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal141751540.9200.120.31172.1785.1937.06
HexEAF9A5C0C1Fac5525
Octal162572321340143725412545
Binary1110101011111001101010111000110011111101011001010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EAF9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,175,154); }

 H1.HeaderClassName
 {
   color: #0EAF9A;
 }
 .AnyTagClassName
 {
   color: #0EAF9A;
 }
</style>
background-color css

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

 a { background-color: rgb(14,175,154); }

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

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

 span { border-color: rgb(14,175,154); }

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