Html Css Color HEX #119F92 Persian Green

📋 copy color: '#119F92'

red 17 ◦ green 159 ◦ blue 146

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

Shades of Persian Green #119F92

Tints of Persian Green #119F92

RGB

 RED value IS 17 (7.03% from 255) = 5.28%

 GREEN value IS 159 (62.5% from 255) = 49.38%

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

R = 5.28%
G = 49.38%
B = 45.34%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.08

 K value IS 0.38

RGB Variations

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

Color information

#119F92 (or 0x119F92) is known color: Persian Green. HEX triplet: 11, 9F and 92. RGB value is (17,159,146). Sum of RGB (Red+Green+Blue) = 17+159+146=322 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.28% from 322); Green value is 159 (62.5% from 255 or 49.38% from 322); Blue value is 146 (57.42% from 255 or 45.34% from 322); Max value from RGB is 159 - color contains mainly: green. Hex color #119F92 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119F92 is #EE606D. Grayscale: #727272. Windows color (decimal): -15622254 or 9608977. OLE color: 9608977.

HSL color Cylindrical-coordinate representation of color #119F92: hue angle of 174.51º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119F92 is Cyan = 0.89, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB 17 159 146 -
CMYK 0.89 0 0.08 0.38
HSL 174.51º 0.81% 0.35% -
HSV(B) 174.51º 0.89% 0.62% -
XYZ 17.82 26.99 31.46 -
YUV 115.06 145.46 58.06 -
System Red Green Blue C M Y K H S L
Decimal 17 159 146 0.89 0 0.08 0.38 174.51 0.81 0.35
Hex 11 9F 92 59 0 8 26 AF 51 23
Octal 21 237 222 131 0 10 46 257 121 43
Binary 10001 10011111 10010010 1011001 0 1000 100110 10101111 1010001 100011

Color Harmonies of #119F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119F92

Black with #119F92

Text Example


Text Example

White with #119F92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119F92; }

 p { color: rgb(17,159,146); }

 H1.HeaderClassName
 {
   color: #119F92;
 }
 .AnyTagClassName
 {
   color: #119F92;
 }
</style>

background-color css

<style>
 a { background-color: #119F92; }

 a { background-color: rgb(17,159,146); }

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

border-color css

<style>
 span { border-color: #119F92; }

 span { border-color: rgb(17,159,146); }

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