#07A28E

Color #07A28E Persian Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Green #07A28E

Tints of Persian Green #07A28E

Color information

#07A28E (or 0x07A28E) is unknown color: approx Persian Green. HEX triplet: 07, A2 and 8E. RGB value is (7,162,142). Sum of RGB (Red+Green+Blue) = 7+162+142=311 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.25% from 311); Green value is 162 (63.67% from 255 or 52.09% from 311); Blue value is 142 (55.86% from 255 or 45.66% from 311); Max value from RGB is 162 - color contains mainly: green. Hex color #07A28E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07A28E is #F85D71. Grayscale: #717171. Windows color (decimal): -16276850 or 9347591. OLE color: 9347591.

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

Color convert

RGB7162142-
CMYK0.9600.120.36
HSL172.26º91.72%33.14%-
HSV(B)172.26º95.68%63.53%-
XYZ17.8927.8430.02-
YUV113.38144.1552.13-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.25%
GREEN value IS 162 (63.67% from 255) = 52.09%
BLUE value IS 142 (55.86% from 255) = 45.66%
R=2.25%
G=52.09%
B=45.66%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal71621420.9600.120.36172.2691.7233.14
Hex7A28E600C24ac5c21
Octal72422161400144425413441
Binary1111010001010001110110000001100100100101011001011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07A28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,162,142); }

 H1.HeaderClassName
 {
   color: #07A28E;
 }
 .AnyTagClassName
 {
   color: #07A28E;
 }
</style>
background-color css

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

 a { background-color: rgb(7,162,142); }

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

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

 span { border-color: rgb(7,162,142); }

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