Html Css Color HEX #10998D Persian Green

📋 copy color: '#10998D'

red 16 ◦ green 153 ◦ blue 141

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

Shades of Persian Green #10998D

Tints of Persian Green #10998D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 49.35%

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

R = 5.16%
G = 49.35%
B = 45.48%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.08

 K value IS 0.4

RGB Variations

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

Color information

#10998D (or 0x10998D) is known color: Persian Green. HEX triplet: 10, 99 and 8D. RGB value is (16,153,141). Sum of RGB (Red+Green+Blue) = 16+153+141=310 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.16% from 310); Green value is 153 (60.16% from 255 or 49.35% from 310); Blue value is 141 (55.47% from 255 or 45.48% from 310); Max value from RGB is 153 - color contains mainly: green. Hex color #10998D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10998D is #EF6672. Grayscale: #6E6E6E. Windows color (decimal): -15689331 or 9279760. OLE color: 9279760.

HSL color Cylindrical-coordinate representation of color #10998D: hue angle of 174.74º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10998D is Cyan = 0.90, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB 16 153 141 -
CMYK 0.90 0 0.08 0.4
HSL 174.74º 0.81% 0.33% -
HSV(B) 174.74º 0.9% 0.6% -
XYZ 16.41 24.82 29.12 -
YUV 110.67 145.11 60.48 -
System Red Green Blue C M Y K H S L
Decimal 16 153 141 0.90 0 0.08 0.4 174.74 0.81 0.33
Hex 10 99 8D 5A 0 8 28 AF 51 21
Octal 20 231 215 132 0 10 50 257 121 41
Binary 10000 10011001 10001101 1011010 0 1000 101000 10101111 1010001 100001

Color Harmonies of #10998D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10998D

Black with #10998D

Text Example


Text Example

White with #10998D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10998D; }

 p { color: rgb(16,153,141); }

 H1.HeaderClassName
 {
   color: #10998D;
 }
 .AnyTagClassName
 {
   color: #10998D;
 }
</style>

background-color css

<style>
 a { background-color: #10998D; }

 a { background-color: rgb(16,153,141); }

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

border-color css

<style>
 span { border-color: #10998D; }

 span { border-color: rgb(16,153,141); }

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