#06A298

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

Shades of Persian Green #06A298

Tints of Persian Green #06A298

Color information

#06A298 (or 0x06A298) is unknown color: approx Persian Green. HEX triplet: 06, A2 and 98. RGB value is (6,162,152). Sum of RGB (Red+Green+Blue) = 6+162+152=320 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.88% from 320); Green value is 162 (63.67% from 255 or 50.62% from 320); Blue value is 152 (59.77% from 255 or 47.5% from 320); Max value from RGB is 162 - color contains mainly: green. Hex color #06A298 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06A298 is #F95D67. Grayscale: #727272. Windows color (decimal): -16342376 or 10002950. OLE color: 10002950.

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

Color convert

RGB6162152-
CMYK0.9600.060.36
HSL176.15º92.86%32.94%-
HSV(B)176.15º96.3%63.53%-
XYZ18.6628.1534.15-
YUV114.22149.3250.81-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.88%
GREEN value IS 162 (63.67% from 255) = 50.62%
BLUE value IS 152 (59.77% from 255) = 47.5%
R=1.88%
G=50.62%
B=47.5%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal61621520.9600.060.36176.1592.8632.94
Hex6A298600624b05d21
Octal6242230140064426013541
Binary110101000101001100011000000110100100101100001011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06A298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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