Html Css Color HEX #00A98F Persian Green

📋 copy color: '#00A98F'

red 0 ◦ green 169 ◦ blue 143

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

Shades of Persian Green #00A98F

Tints of Persian Green #00A98F

RGB

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

 GREEN value IS 169 (66.41% from 255) = 54.17%

 BLUE value IS 143 (56.25% from 255) = 45.83%

R = 0%
G = 54.17%
B = 45.83%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.15

 K value IS 0.34

RGB Variations

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

Color information

#00A98F (or 0x00A98F) is known color: Persian Green. HEX triplet: 00, A9 and 8F. RGB value is (0,169,143). Sum of RGB (Red+Green+Blue) = 0+169+143=312 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 312); Green value is 169 (66.41% from 255 or 54.17% from 312); Blue value is 143 (56.25% from 255 or 45.83% from 312); Max value from RGB is 169 - color contains mainly: green. Hex color #00A98F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00A98F is #FF5670. Grayscale: #737373. Windows color (decimal): -16733809 or 9414912. OLE color: 9414912.

HSL color Cylindrical-coordinate representation of color #00A98F: hue angle of 170.77º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00A98F is Cyan = 1, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.34.

Color convert

RGB 0 169 143 -
CMYK 1 0 0.15 0.34
HSL 170.77º 1% 0.33% -
HSV(B) 170.77º 1% 0.66% -
XYZ 19.15 30.36 30.84 -
YUV 115.51 143.51 45.61 -
System Red Green Blue C M Y K H S L
Decimal 0 169 143 1 0 0.15 0.34 170.77 1 0.33
Hex 0 A9 8F 64 0 F 22 AB 64 21
Octal 0 251 217 144 0 17 42 253 144 41
Binary 0 10101001 10001111 1100100 0 1111 100010 10101011 1100100 100001

Color Harmonies of #00A98F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00A98F

Black with #00A98F

Text Example


Text Example

White with #00A98F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00A98F; }

 p { color: rgb(0,169,143); }

 H1.HeaderClassName
 {
   color: #00A98F;
 }
 .AnyTagClassName
 {
   color: #00A98F;
 }
</style>

background-color css

<style>
 a { background-color: #00A98F; }

 a { background-color: rgb(0,169,143); }

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

border-color css

<style>
 span { border-color: #00A98F; }

 span { border-color: rgb(0,169,143); }

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