#06A28A

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

Shades of Persian Green #06A28A

Tints of Persian Green #06A28A

Color information

#06A28A (or 0x06A28A) is unknown color: approx Persian Green. HEX triplet: 06, A2 and 8A. RGB value is (6,162,138). Sum of RGB (Red+Green+Blue) = 6+162+138=306 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.96% from 306); Green value is 162 (63.67% from 255 or 52.94% from 306); Blue value is 138 (54.30% from 255 or 45.10% from 306); Max value from RGB is 162 - color contains mainly: green. Hex color #06A28A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06A28A is #F95D75. Grayscale: #707070. Windows color (decimal): -16342390 or 9085446. OLE color: 9085446.

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

Color convert

RGB6162138-
CMYK0.9600.150.36
HSL170.77º92.86%32.94%-
HSV(B)170.77º96.3%63.53%-
XYZ17.5827.7128.47-
YUV112.62142.3251.95-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.96%
GREEN value IS 162 (63.67% from 255) = 52.94%
BLUE value IS 138 (54.30% from 255) = 45.10%
R=1.96%
G=52.94%
B=45.10%

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
Decimal61621380.9600.150.36170.7792.8632.94
Hex6A28A600F24ab5d21
Octal62422121400174425313541
Binary1101010001010001010110000001111100100101010111011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06A28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06A28A; }

 p { color: rgb(6,162,138); }

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

<style>
 a { background-color: #06A28A; }

 a { background-color: rgb(6,162,138); }

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

<style>
 span { border-color: #06A28A; }

 span { border-color: rgb(6,162,138); }

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