Html Css Color HEX #009E85 Persian Green

📋 copy color: '#009E85'

red 0 ◦ green 158 ◦ blue 133

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

Shades of Persian Green #009E85

Tints of Persian Green #009E85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 45.7%

R = 0%
G = 54.3%
B = 45.7%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.16

 K value IS 0.38

RGB Variations

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

Color information

#009E85 (or 0x009E85) is known color: Persian Green. HEX triplet: 00, 9E and 85. RGB value is (0,158,133). Sum of RGB (Red+Green+Blue) = 0+158+133=291 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 291); Green value is 158 (62.11% from 255 or 54.30% from 291); Blue value is 133 (52.34% from 255 or 45.70% from 291); Max value from RGB is 158 - color contains mainly: green. Hex color #009E85 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009E85 is #FF617A. Grayscale: #6B6B6B. Windows color (decimal): -16736635 or 8756736. OLE color: 8756736.

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

Color convert

RGB 0 158 133 -
CMYK 1 0 0.16 0.38
HSL 170.51º 1% 0.31% -
HSV(B) 170.51º 1% 0.62% -
XYZ 16.46 26.15 26.37 -
YUV 107.91 142.15 51.03 -
System Red Green Blue C M Y K H S L
Decimal 0 158 133 1 0 0.16 0.38 170.51 1 0.31
Hex 0 9E 85 64 0 10 26 AB 64 1F
Octal 0 236 205 144 0 20 46 253 144 37
Binary 0 10011110 10000101 1100100 0 10000 100110 10101011 1100100 11111

Color Harmonies of #009E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009E85

Black with #009E85

Text Example


Text Example

White with #009E85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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