Html Css Color HEX #00998D Persian Green

📋 copy color: '#00998D'

red 0 ◦ green 153 ◦ blue 141

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

Shades of Persian Green #00998D

Tints of Persian Green #00998D

RGB

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

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

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

R = 0%
G = 52.04%
B = 47.96%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.08

 K value IS 0.4

RGB Variations

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

Color information

#00998D (or 0x00998D) is known color: Persian Green. HEX triplet: 00, 99 and 8D. RGB value is (0,153,141). Sum of RGB (Red+Green+Blue) = 0+153+141=294 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 294); Green value is 153 (60.16% from 255 or 52.04% from 294); Blue value is 141 (55.47% from 255 or 47.96% from 294); Max value from RGB is 153 - color contains mainly: green. Hex color #00998D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00998D is #FF6672. Grayscale: #696969. Windows color (decimal): -16737907 or 9279744. OLE color: 9279744.

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

Color convert

RGB 0 153 141 -
CMYK 1 0 0.08 0.4
HSL 175.29º 1% 0.3% -
HSV(B) 175.29º 1% 0.6% -
XYZ 16.2 24.71 29.11 -
YUV 105.89 147.81 52.48 -
System Red Green Blue C M Y K H S L
Decimal 0 153 141 1 0 0.08 0.4 175.29 1 0.3
Hex 0 99 8D 64 0 8 28 AF 64 1E
Octal 0 231 215 144 0 10 50 257 144 36
Binary 0 10011001 10001101 1100100 0 1000 101000 10101111 1100100 11110

Color Harmonies of #00998D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00998D

Black with #00998D

Text Example


Text Example

White with #00998D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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