Html Css Color HEX #07A98D Persian Green

📋 copy color: '#07A98D'

red 7 ◦ green 169 ◦ blue 141

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

Shades of Persian Green #07A98D

Tints of Persian Green #07A98D

RGB

 RED value IS 7 (3.13% from 255) = 2.21%

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

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

R = 2.21%
G = 53.31%
B = 44.48%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.17

 K value IS 0.34

RGB Variations

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

Color information

#07A98D (or 0x07A98D) is known color: Persian Green. HEX triplet: 07, A9 and 8D. RGB value is (7,169,141). Sum of RGB (Red+Green+Blue) = 7+169+141=317 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.21% from 317); Green value is 169 (66.41% from 255 or 53.31% from 317); Blue value is 141 (55.47% from 255 or 44.48% from 317); Max value from RGB is 169 - color contains mainly: green. Hex color #07A98D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07A98D is #F85672. Grayscale: #757575. Windows color (decimal): -16275059 or 9283847. OLE color: 9283847.

HSL color Cylindrical-coordinate representation of color #07A98D: hue angle of 169.63º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07A98D is Cyan = 0.96, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.34.

Color convert

RGB 7 169 141 -
CMYK 0.96 0 0.17 0.34
HSL 169.63º 0.92% 0.35% -
HSV(B) 169.63º 0.96% 0.66% -
XYZ 19.08 30.34 30.05 -
YUV 117.37 141.33 49.28 -
System Red Green Blue C M Y K H S L
Decimal 7 169 141 0.96 0 0.17 0.34 169.63 0.92 0.35
Hex 7 A9 8D 60 0 11 22 AA 5C 23
Octal 7 251 215 140 0 21 42 252 134 43
Binary 111 10101001 10001101 1100000 0 10001 100010 10101010 1011100 100011

Color Harmonies of #07A98D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07A98D

Black with #07A98D

Text Example


Text Example

White with #07A98D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07A98D; }

 p { color: rgb(7,169,141); }

 H1.HeaderClassName
 {
   color: #07A98D;
 }
 .AnyTagClassName
 {
   color: #07A98D;
 }
</style>

background-color css

<style>
 a { background-color: #07A98D; }

 a { background-color: rgb(7,169,141); }

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

border-color css

<style>
 span { border-color: #07A98D; }

 span { border-color: rgb(7,169,141); }

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