Html Css Color HEX #07A09E Persian Green

📋 copy color: '#07A09E'

red 7 ◦ green 160 ◦ blue 158

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

Shades of Persian Green #07A09E

Tints of Persian Green #07A09E

RGB

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

 GREEN value IS 160 (62.89% from 255) = 49.23%

 BLUE value IS 158 (62.11% from 255) = 48.62%

R = 2.15%
G = 49.23%
B = 48.62%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.01

 K value IS 0.37

RGB Variations

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

Color information

#07A09E (or 0x07A09E) is known color: Persian Green. HEX triplet: 07, A0 and 9E. RGB value is (7,160,158). Sum of RGB (Red+Green+Blue) = 7+160+158=325 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.15% from 325); Green value is 160 (62.89% from 255 or 49.23% from 325); Blue value is 158 (62.11% from 255 or 48.62% from 325); Max value from RGB is 160 - color contains mainly: green. Hex color #07A09E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07A09E is #F85F61. Grayscale: #717171. Windows color (decimal): -16277346 or 10395655. OLE color: 10395655.

HSL color Cylindrical-coordinate representation of color #07A09E: hue angle of 179.22º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07A09E is Cyan = 0.96, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.37.

Color convert

RGB 7 160 158 -
CMYK 0.96 0 0.01 0.37
HSL 179.22º 0.92% 0.33% -
HSV(B) 179.22º 0.96% 0.63% -
XYZ 18.83 27.66 36.69 -
YUV 114.03 152.81 51.66 -
System Red Green Blue C M Y K H S L
Decimal 7 160 158 0.96 0 0.01 0.37 179.22 0.92 0.33
Hex 7 A0 9E 60 0 1 25 B3 5C 21
Octal 7 240 236 140 0 1 45 263 134 41
Binary 111 10100000 10011110 1100000 0 1 100101 10110011 1011100 100001

Color Harmonies of #07A09E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07A09E

Black with #07A09E

Text Example


Text Example

White with #07A09E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,160,158); }

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

background-color css

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

 a { background-color: rgb(7,160,158); }

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

border-color css

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

 span { border-color: rgb(7,160,158); }

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