Html Css Color HEX #05A18A Persian Green

📋 copy color: '#05A18A'

red 5 ◦ green 161 ◦ blue 138

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

Shades of Persian Green #05A18A

Tints of Persian Green #05A18A

RGB

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

 GREEN value IS 161 (63.28% from 255) = 52.96%

 BLUE value IS 138 (54.3% from 255) = 45.39%

R = 1.64%
G = 52.96%
B = 45.39%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#05A18A (or 0x05A18A) is known color: Persian Green. HEX triplet: 05, A1 and 8A. RGB value is (5,161,138). Sum of RGB (Red+Green+Blue) = 5+161+138=304 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.64% from 304); Green value is 161 (63.28% from 255 or 52.96% from 304); Blue value is 138 (54.30% from 255 or 45.39% from 304); Max value from RGB is 161 - color contains mainly: green. Hex color #05A18A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05A18A is #FA5E75. Grayscale: #6F6F6F. Windows color (decimal): -16408182 or 9085189. OLE color: 9085189.

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

Color convert

RGB 5 161 138 -
CMYK 0.97 0 0.14 0.37
HSL 171.15º 0.94% 0.33% -
HSV(B) 171.15º 0.97% 0.63% -
XYZ 17.39 27.36 28.41 -
YUV 111.73 142.82 51.87 -
System Red Green Blue C M Y K H S L
Decimal 5 161 138 0.97 0 0.14 0.37 171.15 0.94 0.33
Hex 5 A1 8A 61 0 E 25 AB 5E 21
Octal 5 241 212 141 0 16 45 253 136 41
Binary 101 10100001 10001010 1100001 0 1110 100101 10101011 1011110 100001

Color Harmonies of #05A18A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05A18A

Black with #05A18A

Text Example


Text Example

White with #05A18A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,161,138); }

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

background-color css

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

 a { background-color: rgb(5,161,138); }

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

border-color css

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

 span { border-color: rgb(5,161,138); }

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