Html Css Color HEX #06A490 Persian Green

📋 copy color: '#06A490'

red 6 ◦ green 164 ◦ blue 144

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

Shades of Persian Green #06A490

Tints of Persian Green #06A490

RGB

 RED value IS 6 (2.73% from 255) = 1.91%

 GREEN value IS 164 (64.45% from 255) = 52.23%

 BLUE value IS 144 (56.64% from 255) = 45.86%

R = 1.91%
G = 52.23%
B = 45.86%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#06A490 (or 0x06A490) is known color: Persian Green. HEX triplet: 06, A4 and 90. RGB value is (6,164,144). Sum of RGB (Red+Green+Blue) = 6+164+144=314 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.91% from 314); Green value is 164 (64.45% from 255 or 52.23% from 314); Blue value is 144 (56.64% from 255 or 45.86% from 314); Max value from RGB is 164 - color contains mainly: green. Hex color #06A490 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06A490 is #F95B6F. Grayscale: #727272. Windows color (decimal): -16341872 or 9479174. OLE color: 9479174.

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

Color convert

RGB 6 164 144 -
CMYK 0.96 0 0.12 0.36
HSL 172.41º 0.93% 0.33% -
HSV(B) 172.41º 0.96% 0.64% -
XYZ 18.38 28.6 30.94 -
YUV 114.48 144.65 50.63 -
System Red Green Blue C M Y K H S L
Decimal 6 164 144 0.96 0 0.12 0.36 172.41 0.93 0.33
Hex 6 A4 90 60 0 C 24 AC 5D 21
Octal 6 244 220 140 0 14 44 254 135 41
Binary 110 10100100 10010000 1100000 0 1100 100100 10101100 1011101 100001

Color Harmonies of #06A490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06A490

Black with #06A490

Text Example


Text Example

White with #06A490

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,164,144); }

 H1.HeaderClassName
 {
   color: #06A490;
 }
 .AnyTagClassName
 {
   color: #06A490;
 }
</style>

background-color css

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

 a { background-color: rgb(6,164,144); }

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

border-color css

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

 span { border-color: rgb(6,164,144); }

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