Html Css Color HEX #009E90 Persian Green

📋 copy color: '#009E90'

red 0 ◦ green 158 ◦ blue 144

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

Shades of Persian Green #009E90

Tints of Persian Green #009E90

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 158 (62.11% from 255) = 52.32%

 BLUE value IS 144 (56.64% from 255) = 47.68%

R = 0%
G = 52.32%
B = 47.68%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.09

 K value IS 0.38

RGB Variations

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

Color information

#009E90 (or 0x009E90) is known color: Persian Green. HEX triplet: 00, 9E and 90. RGB value is (0,158,144). Sum of RGB (Red+Green+Blue) = 0+158+144=302 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 302); Green value is 158 (62.11% from 255 or 52.32% from 302); Blue value is 144 (56.64% from 255 or 47.68% from 302); Max value from RGB is 158 - color contains mainly: green. Hex color #009E90 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009E90 is #FF616F. Grayscale: #6D6D6D. Windows color (decimal): -16736624 or 9477632. OLE color: 9477632.

HSL color Cylindrical-coordinate representation of color #009E90: hue angle of 174.68º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009E90 is Cyan = 1, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.38.

Color convert

RGB 0 158 144 -
CMYK 1 0 0.09 0.38
HSL 174.68º 1% 0.31% -
HSV(B) 174.68º 1% 0.62% -
XYZ 17.26 26.47 30.58 -
YUV 109.16 147.65 50.14 -
System Red Green Blue C M Y K H S L
Decimal 0 158 144 1 0 0.09 0.38 174.68 1 0.31
Hex 0 9E 90 64 0 9 26 AF 64 1F
Octal 0 236 220 144 0 11 46 257 144 37
Binary 0 10011110 10010000 1100100 0 1001 100110 10101111 1100100 11111

Color Harmonies of #009E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009E90

Black with #009E90

Text Example


Text Example

White with #009E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009E90; }

 p { color: rgb(0,158,144); }

 H1.HeaderClassName
 {
   color: #009E90;
 }
 .AnyTagClassName
 {
   color: #009E90;
 }
</style>

background-color css

<style>
 a { background-color: #009E90; }

 a { background-color: rgb(0,158,144); }

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

border-color css

<style>
 span { border-color: #009E90; }

 span { border-color: rgb(0,158,144); }

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