Html Css Color HEX #109D90 Persian Green

📋 copy color: '#109D90'

red 16 ◦ green 157 ◦ blue 144

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

Shades of Persian Green #109D90

Tints of Persian Green #109D90

RGB

 RED value IS 16 (6.64% from 255) = 5.05%

 GREEN value IS 157 (61.72% from 255) = 49.53%

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

R = 5.05%
G = 49.53%
B = 45.43%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.08

 K value IS 0.38

RGB Variations

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

Color information

#109D90 (or 0x109D90) is known color: Persian Green. HEX triplet: 10, 9D and 90. RGB value is (16,157,144). Sum of RGB (Red+Green+Blue) = 16+157+144=317 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.05% from 317); Green value is 157 (61.72% from 255 or 49.53% from 317); Blue value is 144 (56.64% from 255 or 45.43% from 317); Max value from RGB is 157 - color contains mainly: green. Hex color #109D90 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109D90 is #EF626F. Grayscale: #717171. Windows color (decimal): -15688304 or 9477392. OLE color: 9477392.

HSL color Cylindrical-coordinate representation of color #109D90: hue angle of 174.47º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #109D90 is Cyan = 0.90, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB 16 157 144 -
CMYK 0.90 0 0.08 0.38
HSL 174.47º 0.82% 0.34% -
HSV(B) 174.47º 0.9% 0.62% -
XYZ 17.3 26.24 30.54 -
YUV 113.36 145.29 58.56 -
System Red Green Blue C M Y K H S L
Decimal 16 157 144 0.90 0 0.08 0.38 174.47 0.82 0.34
Hex 10 9D 90 5A 0 8 26 AE 52 22
Octal 20 235 220 132 0 10 46 256 122 42
Binary 10000 10011101 10010000 1011010 0 1000 100110 10101110 1010010 100010

Color Harmonies of #109D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109D90

Black with #109D90

Text Example


Text Example

White with #109D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #109D90; }

 p { color: rgb(16,157,144); }

 H1.HeaderClassName
 {
   color: #109D90;
 }
 .AnyTagClassName
 {
   color: #109D90;
 }
</style>

background-color css

<style>
 a { background-color: #109D90; }

 a { background-color: rgb(16,157,144); }

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

border-color css

<style>
 span { border-color: #109D90; }

 span { border-color: rgb(16,157,144); }

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