Html Css Color HEX #0A998F Persian Green

📋 copy color: '#0A998F'

red 10 ◦ green 153 ◦ blue 143

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

Shades of Persian Green #0A998F

Tints of Persian Green #0A998F

RGB

 RED value IS 10 (4.3% from 255) = 3.27%

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

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

R = 3.27%
G = 50%
B = 46.73%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.07

 K value IS 0.4

RGB Variations

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

Color information

#0A998F (or 0x0A998F) is known color: Persian Green. HEX triplet: 0A, 99 and 8F. RGB value is (10,153,143). Sum of RGB (Red+Green+Blue) = 10+153+143=306 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.27% from 306); Green value is 153 (60.16% from 255 or 50% from 306); Blue value is 143 (56.25% from 255 or 46.73% from 306); Max value from RGB is 153 - color contains mainly: green. Hex color #0A998F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A998F is #F56670. Grayscale: #6D6D6D. Windows color (decimal): -16082545 or 9410826. OLE color: 9410826.

HSL color Cylindrical-coordinate representation of color #0A998F: hue angle of 175.8º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A998F is Cyan = 0.93, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.4.

Color convert

RGB 10 153 143 -
CMYK 0.93 0 0.07 0.4
HSL 175.8º 0.88% 0.32% -
HSV(B) 175.8º 0.93% 0.6% -
XYZ 16.47 24.83 29.91 -
YUV 109.1 147.12 57.31 -
System Red Green Blue C M Y K H S L
Decimal 10 153 143 0.93 0 0.07 0.4 175.8 0.88 0.32
Hex A 99 8F 5D 0 7 28 B0 58 20
Octal 12 231 217 135 0 7 50 260 130 40
Binary 1010 10011001 10001111 1011101 0 111 101000 10110000 1011000 100000

Color Harmonies of #0A998F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A998F

Black with #0A998F

Text Example


Text Example

White with #0A998F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A998F; }

 p { color: rgb(10,153,143); }

 H1.HeaderClassName
 {
   color: #0A998F;
 }
 .AnyTagClassName
 {
   color: #0A998F;
 }
</style>

background-color css

<style>
 a { background-color: #0A998F; }

 a { background-color: rgb(10,153,143); }

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

border-color css

<style>
 span { border-color: #0A998F; }

 span { border-color: rgb(10,153,143); }

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