Html Css Color HEX #05A293 Persian Green

📋 copy color: '#05A293'

red 5 ◦ green 162 ◦ blue 147

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

Shades of Persian Green #05A293

Tints of Persian Green #05A293

RGB

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

 GREEN value IS 162 (63.67% from 255) = 51.59%

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

R = 1.59%
G = 51.59%
B = 46.82%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#05A293 (or 0x05A293) is known color: Persian Green. HEX triplet: 05, A2 and 93. RGB value is (5,162,147). Sum of RGB (Red+Green+Blue) = 5+162+147=314 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.59% from 314); Green value is 162 (63.67% from 255 or 51.59% from 314); Blue value is 147 (57.81% from 255 or 46.82% from 314); Max value from RGB is 162 - color contains mainly: green. Hex color #05A293 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05A293 is #FA5D6C. Grayscale: #717171. Windows color (decimal): -16407917 or 9675269. OLE color: 9675269.

HSL color Cylindrical-coordinate representation of color #05A293: hue angle of 174.27º 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 #05A293 is Cyan = 0.97, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB 5 162 147 -
CMYK 0.97 0 0.09 0.36
HSL 174.27º 0.94% 0.33% -
HSV(B) 174.27º 0.97% 0.64% -
XYZ 18.25 27.98 32.04 -
YUV 113.35 146.99 50.72 -
System Red Green Blue C M Y K H S L
Decimal 5 162 147 0.97 0 0.09 0.36 174.27 0.94 0.33
Hex 5 A2 93 61 0 9 24 AE 5E 21
Octal 5 242 223 141 0 11 44 256 136 41
Binary 101 10100010 10010011 1100001 0 1001 100100 10101110 1011110 100001

Color Harmonies of #05A293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05A293

Black with #05A293

Text Example


Text Example

White with #05A293

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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