Html Css Color HEX #05A992 Persian Green

📋 copy color: '#05A992'

red 5 ◦ green 169 ◦ blue 146

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

Shades of Persian Green #05A992

Tints of Persian Green #05A992

RGB

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

 GREEN value IS 169 (66.41% from 255) = 52.81%

 BLUE value IS 146 (57.42% from 255) = 45.63%

R = 1.56%
G = 52.81%
B = 45.63%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.14

 K value IS 0.34

RGB Variations

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

Color information

#05A992 (or 0x05A992) is known color: Persian Green. HEX triplet: 05, A9 and 92. RGB value is (5,169,146). Sum of RGB (Red+Green+Blue) = 5+169+146=320 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.56% from 320); Green value is 169 (66.41% from 255 or 52.81% from 320); Blue value is 146 (57.42% from 255 or 45.62% from 320); Max value from RGB is 169 - color contains mainly: green. Hex color #05A992 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05A992 is #FA566D. Grayscale: #757575. Windows color (decimal): -16406126 or 9611525. OLE color: 9611525.

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

Color convert

RGB 5 169 146 -
CMYK 0.97 0 0.14 0.34
HSL 171.59º 0.94% 0.34% -
HSV(B) 171.59º 0.97% 0.66% -
XYZ 19.44 30.48 32.05 -
YUV 117.34 144.17 47.87 -
System Red Green Blue C M Y K H S L
Decimal 5 169 146 0.97 0 0.14 0.34 171.59 0.94 0.34
Hex 5 A9 92 61 0 E 22 AC 5E 22
Octal 5 251 222 141 0 16 42 254 136 42
Binary 101 10101001 10010010 1100001 0 1110 100010 10101100 1011110 100010

Color Harmonies of #05A992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05A992

Black with #05A992

Text Example


Text Example

White with #05A992

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,169,146); }

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

background-color css

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

 a { background-color: rgb(5,169,146); }

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

border-color css

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

 span { border-color: rgb(5,169,146); }

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