Html Css Color HEX #01998B Persian Green

📋 copy color: '#01998B'

red 1 ◦ green 153 ◦ blue 139

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

Shades of Persian Green #01998B

Tints of Persian Green #01998B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 47.44%

R = 0.34%
G = 52.22%
B = 47.44%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.09

 K value IS 0.4

RGB Variations

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

Color information

#01998B (or 0x01998B) is known color: Persian Green. HEX triplet: 01, 99 and 8B. RGB value is (1,153,139). Sum of RGB (Red+Green+Blue) = 1+153+139=293 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 293); Green value is 153 (60.16% from 255 or 52.22% from 293); Blue value is 139 (54.69% from 255 or 47.44% from 293); Max value from RGB is 153 - color contains mainly: green. Hex color #01998B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01998B is #FE6674. Grayscale: #696969. Windows color (decimal): -16672373 or 9148673. OLE color: 9148673.

HSL color Cylindrical-coordinate representation of color #01998B: hue angle of 174.47º 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 #01998B is Cyan = 0.99, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.4.

Color convert

RGB 1 153 139 -
CMYK 0.99 0 0.09 0.4
HSL 174.47º 0.99% 0.3% -
HSV(B) 174.47º 0.99% 0.6% -
XYZ 16.06 24.65 28.34 -
YUV 105.96 146.64 53.14 -
System Red Green Blue C M Y K H S L
Decimal 1 153 139 0.99 0 0.09 0.4 174.47 0.99 0.3
Hex 1 99 8B 63 0 9 28 AE 63 1E
Octal 1 231 213 143 0 11 50 256 143 36
Binary 1 10011001 10001011 1100011 0 1001 101000 10101110 1100011 11110

Color Harmonies of #01998B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01998B

Black with #01998B

Text Example


Text Example

White with #01998B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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