Html Css Color HEX #009E8D Persian Green

📋 copy color: '#009E8D'

red 0 ◦ green 158 ◦ blue 141

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

Shades of Persian Green #009E8D

Tints of Persian Green #009E8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 47.16%

R = 0%
G = 52.84%
B = 47.16%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#009E8D (or 0x009E8D) is known color: Persian Green. HEX triplet: 00, 9E and 8D. RGB value is (0,158,141). Sum of RGB (Red+Green+Blue) = 0+158+141=299 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 299); Green value is 158 (62.11% from 255 or 52.84% from 299); Blue value is 141 (55.47% from 255 or 47.16% from 299); Max value from RGB is 158 - color contains mainly: green. Hex color #009E8D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009E8D is #FF6172. Grayscale: #6C6C6C. Windows color (decimal): -16736627 or 9281024. OLE color: 9281024.

HSL color Cylindrical-coordinate representation of color #009E8D: hue angle of 173.54º 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 #009E8D is Cyan = 1, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB 0 158 141 -
CMYK 1 0 0.11 0.38
HSL 173.54º 1% 0.31% -
HSV(B) 173.54º 1% 0.62% -
XYZ 17.03 26.38 29.39 -
YUV 108.82 146.15 50.38 -
System Red Green Blue C M Y K H S L
Decimal 0 158 141 1 0 0.11 0.38 173.54 1 0.31
Hex 0 9E 8D 64 0 B 26 AE 64 1F
Octal 0 236 215 144 0 13 46 256 144 37
Binary 0 10011110 10001101 1100100 0 1011 100110 10101110 1100100 11111

Color Harmonies of #009E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009E8D

Black with #009E8D

Text Example


Text Example

White with #009E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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