#07A38A

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

Shades of Persian Green #07A38A

Tints of Persian Green #07A38A

Color information

#07A38A (or 0x07A38A) is unknown color: approx Persian Green. HEX triplet: 07, A3 and 8A. RGB value is (7,163,138). Sum of RGB (Red+Green+Blue) = 7+163+138=308 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.27% from 308); Green value is 163 (64.06% from 255 or 52.92% from 308); Blue value is 138 (54.30% from 255 or 44.81% from 308); Max value from RGB is 163 - color contains mainly: green. Hex color #07A38A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07A38A is #F85C75. Grayscale: #717171. Windows color (decimal): -16276598 or 9085703. OLE color: 9085703.

HSL color Cylindrical-coordinate representation of color #07A38A: hue angle of 170.38º 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 #07A38A is Cyan = 0.96, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB7163138-
CMYK0.9600.150.36
HSL170.38º91.76%33.33%-
HSV(B)170.38º95.71%63.92%-
XYZ17.7728.0728.53-
YUV113.51141.8252.03-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.27%
GREEN value IS 163 (64.06% from 255) = 52.92%
BLUE value IS 138 (54.30% from 255) = 44.81%
R=2.27%
G=52.92%
B=44.81%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal71631380.9600.150.36170.3891.7633.33
Hex7A38A600F24aa5c21
Octal72432121400174425213441
Binary1111010001110001010110000001111100100101010101011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07A38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,163,138); }

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

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

 a { background-color: rgb(7,163,138); }

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

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

 span { border-color: rgb(7,163,138); }

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