Html Css Color HEX #06AD85 Persian Green

📋 copy color: '#06AD85'

red 6 ◦ green 173 ◦ blue 133

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

Shades of Persian Green #06AD85

Tints of Persian Green #06AD85

RGB

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

 GREEN value IS 173 (67.97% from 255) = 55.45%

 BLUE value IS 133 (52.34% from 255) = 42.63%

R = 1.92%
G = 55.45%
B = 42.63%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.23

 K value IS 0.32

RGB Variations

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

Color information

#06AD85 (or 0x06AD85) is known color: Persian Green. HEX triplet: 06, AD and 85. RGB value is (6,173,133). Sum of RGB (Red+Green+Blue) = 6+173+133=312 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.92% from 312); Green value is 173 (67.97% from 255 or 55.45% from 312); Blue value is 133 (52.34% from 255 or 42.63% from 312); Max value from RGB is 173 - color contains mainly: green. Hex color #06AD85 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06AD85 is #F9527A. Grayscale: #767676. Windows color (decimal): -16339579 or 8760582. OLE color: 8760582.

HSL color Cylindrical-coordinate representation of color #06AD85: hue angle of 165.63º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06AD85 is Cyan = 0.97, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.32.

Color convert

RGB 6 173 133 -
CMYK 0.97 0 0.23 0.32
HSL 165.63º 0.93% 0.35% -
HSV(B) 165.63º 0.97% 0.68% -
XYZ 19.25 31.62 27.28 -
YUV 118.51 136.17 47.75 -
System Red Green Blue C M Y K H S L
Decimal 6 173 133 0.97 0 0.23 0.32 165.63 0.93 0.35
Hex 6 AD 85 61 0 17 20 A6 5D 23
Octal 6 255 205 141 0 27 40 246 135 43
Binary 110 10101101 10000101 1100001 0 10111 100000 10100110 1011101 100011

Color Harmonies of #06AD85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06AD85

Black with #06AD85

Text Example


Text Example

White with #06AD85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,173,133); }

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

background-color css

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

 a { background-color: rgb(6,173,133); }

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

border-color css

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

 span { border-color: rgb(6,173,133); }

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