Html Css Color HEX #05A393 Persian Green

📋 copy color: '#05A393'

red 5 ◦ green 163 ◦ blue 147

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

Shades of Persian Green #05A393

Tints of Persian Green #05A393

RGB

 RED value IS 5 (2.34% from 255) = 1.59%

 GREEN value IS 163 (64.06% from 255) = 51.75%

 BLUE value IS 147 (57.81% from 255) = 46.67%

R = 1.59%
G = 51.75%
B = 46.67%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#05A393 (or 0x05A393) is known color: Persian Green. HEX triplet: 05, A3 and 93. RGB value is (5,163,147). Sum of RGB (Red+Green+Blue) = 5+163+147=315 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.59% from 315); Green value is 163 (64.06% from 255 or 51.75% from 315); Blue value is 147 (57.81% from 255 or 46.67% from 315); Max value from RGB is 163 - color contains mainly: green. Hex color #05A393 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05A393 is #FA5C6C. Grayscale: #717171. Windows color (decimal): -16407661 or 9675525. OLE color: 9675525.

HSL color Cylindrical-coordinate representation of color #05A393: hue angle of 173.92º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05A393 is Cyan = 0.97, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB 5 163 147 -
CMYK 0.97 0 0.10 0.36
HSL 173.92º 0.94% 0.33% -
HSV(B) 173.92º 0.97% 0.64% -
XYZ 18.43 28.33 32.1 -
YUV 113.93 146.65 50.3 -
System Red Green Blue C M Y K H S L
Decimal 5 163 147 0.97 0 0.10 0.36 173.92 0.94 0.33
Hex 5 A3 93 61 0 A 24 AE 5E 21
Octal 5 243 223 141 0 12 44 256 136 41
Binary 101 10100011 10010011 1100001 0 1010 100100 10101110 1011110 100001

Color Harmonies of #05A393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05A393

Black with #05A393

Text Example


Text Example

White with #05A393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05A393; }

 p { color: rgb(5,163,147); }

 H1.HeaderClassName
 {
   color: #05A393;
 }
 .AnyTagClassName
 {
   color: #05A393;
 }
</style>

background-color css

<style>
 a { background-color: #05A393; }

 a { background-color: rgb(5,163,147); }

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

border-color css

<style>
 span { border-color: #05A393; }

 span { border-color: rgb(5,163,147); }

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