Html Css Color HEX #06AB90 Persian Green

📋 copy color: '#06AB90'

red 6 ◦ green 171 ◦ blue 144

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

Shades of Persian Green #06AB90

Tints of Persian Green #06AB90

RGB

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

 GREEN value IS 171 (67.19% from 255) = 53.27%

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

R = 1.87%
G = 53.27%
B = 44.86%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#06AB90 (or 0x06AB90) is known color: Persian Green. HEX triplet: 06, AB and 90. RGB value is (6,171,144). Sum of RGB (Red+Green+Blue) = 6+171+144=321 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.87% from 321); Green value is 171 (67.19% from 255 or 53.27% from 321); Blue value is 144 (56.64% from 255 or 44.86% from 321); Max value from RGB is 171 - color contains mainly: green. Hex color #06AB90 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06AB90 is #F9546F. Grayscale: #767676. Windows color (decimal): -16340080 or 9480966. OLE color: 9480966.

HSL color Cylindrical-coordinate representation of color #06AB90: hue angle of 170.18º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06AB90 is Cyan = 0.96, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB 6 171 144 -
CMYK 0.96 0 0.16 0.33
HSL 170.18º 0.93% 0.35% -
HSV(B) 170.18º 0.96% 0.67% -
XYZ 19.67 31.18 31.37 -
YUV 118.59 142.34 47.7 -
System Red Green Blue C M Y K H S L
Decimal 6 171 144 0.96 0 0.16 0.33 170.18 0.93 0.35
Hex 6 AB 90 60 0 10 21 AA 5D 23
Octal 6 253 220 140 0 20 41 252 135 43
Binary 110 10101011 10010000 1100000 0 10000 100001 10101010 1011101 100011

Color Harmonies of #06AB90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06AB90

Black with #06AB90

Text Example


Text Example

White with #06AB90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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