Html Css Color HEX #01998C Persian Green

📋 copy color: '#01998C'

red 1 ◦ green 153 ◦ blue 140

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

Shades of Persian Green #01998C

Tints of Persian Green #01998C

RGB

 RED value IS 1 (0.78% from 255) = 0.34%

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

 BLUE value IS 140 (55.08% from 255) = 47.62%

R = 0.34%
G = 52.04%
B = 47.62%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.08

 K value IS 0.4

RGB Variations

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

Color information

#01998C (or 0x01998C) is known color: Persian Green. HEX triplet: 01, 99 and 8C. RGB value is (1,153,140). Sum of RGB (Red+Green+Blue) = 1+153+140=294 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 294); Green value is 153 (60.16% from 255 or 52.04% from 294); Blue value is 140 (55.08% from 255 or 47.62% from 294); Max value from RGB is 153 - color contains mainly: green. Hex color #01998C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01998C is #FE6673. Grayscale: #696969. Windows color (decimal): -16672372 or 9214209. OLE color: 9214209.

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

Color convert

RGB 1 153 140 -
CMYK 0.99 0 0.08 0.4
HSL 174.87º 0.99% 0.3% -
HSV(B) 174.87º 0.99% 0.6% -
XYZ 16.14 24.68 28.72 -
YUV 106.07 147.14 53.06 -
System Red Green Blue C M Y K H S L
Decimal 1 153 140 0.99 0 0.08 0.4 174.87 0.99 0.3
Hex 1 99 8C 63 0 8 28 AF 63 1E
Octal 1 231 214 143 0 10 50 257 143 36
Binary 1 10011001 10001100 1100011 0 1000 101000 10101111 1100011 11110

Color Harmonies of #01998C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01998C

Black with #01998C

Text Example


Text Example

White with #01998C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01998C; }

 p { color: rgb(1,153,140); }

 H1.HeaderClassName
 {
   color: #01998C;
 }
 .AnyTagClassName
 {
   color: #01998C;
 }
</style>

background-color css

<style>
 a { background-color: #01998C; }

 a { background-color: rgb(1,153,140); }

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

border-color css

<style>
 span { border-color: #01998C; }

 span { border-color: rgb(1,153,140); }

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