Html Css Color HEX #07AC9C Persian Green

📋 copy color: '#07AC9C'

red 7 ◦ green 172 ◦ blue 156

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

Shades of Persian Green #07AC9C

Tints of Persian Green #07AC9C

RGB

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

 GREEN value IS 172 (67.58% from 255) = 51.34%

 BLUE value IS 156 (61.33% from 255) = 46.57%

R = 2.09%
G = 51.34%
B = 46.57%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#07AC9C (or 0x07AC9C) is known color: Persian Green. HEX triplet: 07, AC and 9C. RGB value is (7,172,156). Sum of RGB (Red+Green+Blue) = 7+172+156=335 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.09% from 335); Green value is 172 (67.58% from 255 or 51.34% from 335); Blue value is 156 (61.33% from 255 or 46.57% from 335); Max value from RGB is 172 - color contains mainly: green. Hex color #07AC9C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07AC9C is #F85363. Grayscale: #787878. Windows color (decimal): -16274276 or 10267655. OLE color: 10267655.

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

Color convert

RGB 7 172 156 -
CMYK 0.96 0 0.09 0.33
HSL 174.18º 0.92% 0.35% -
HSV(B) 174.18º 0.96% 0.67% -
XYZ 20.84 31.95 36.52 -
YUV 120.84 147.84 46.8 -
System Red Green Blue C M Y K H S L
Decimal 7 172 156 0.96 0 0.09 0.33 174.18 0.92 0.35
Hex 7 AC 9C 60 0 9 21 AE 5C 23
Octal 7 254 234 140 0 11 41 256 134 43
Binary 111 10101100 10011100 1100000 0 1001 100001 10101110 1011100 100011

Color Harmonies of #07AC9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07AC9C

Black with #07AC9C

Text Example


Text Example

White with #07AC9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,172,156); }

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

background-color css

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

 a { background-color: rgb(7,172,156); }

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

border-color css

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

 span { border-color: rgb(7,172,156); }

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