Html Css Color HEX #05AF90 Persian Green

📋 copy color: '#05AF90'

red 5 ◦ green 175 ◦ blue 144

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

Shades of Persian Green #05AF90

Tints of Persian Green #05AF90

RGB

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

 GREEN value IS 175 (68.75% from 255) = 54.01%

 BLUE value IS 144 (56.64% from 255) = 44.44%

R = 1.54%
G = 54.01%
B = 44.44%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#05AF90 (or 0x05AF90) is known color: Persian Green. HEX triplet: 05, AF and 90. RGB value is (5,175,144). Sum of RGB (Red+Green+Blue) = 5+175+144=324 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.54% from 324); Green value is 175 (68.75% from 255 or 54.01% from 324); Blue value is 144 (56.64% from 255 or 44.44% from 324); Max value from RGB is 175 - color contains mainly: green. Hex color #05AF90 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05AF90 is #FA506F. Grayscale: #787878. Windows color (decimal): -16404592 or 9481989. OLE color: 9481989.

HSL color Cylindrical-coordinate representation of color #05AF90: hue angle of 169.06º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05AF90 is Cyan = 0.97, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB 5 175 144 -
CMYK 0.97 0 0.18 0.31
HSL 169.06º 0.94% 0.35% -
HSV(B) 169.06º 0.97% 0.69% -
XYZ 20.43 32.71 31.62 -
YUV 120.64 141.18 45.52 -
System Red Green Blue C M Y K H S L
Decimal 5 175 144 0.97 0 0.18 0.31 169.06 0.94 0.35
Hex 5 AF 90 61 0 12 1F A9 5E 23
Octal 5 257 220 141 0 22 37 251 136 43
Binary 101 10101111 10010000 1100001 0 10010 11111 10101001 1011110 100011

Color Harmonies of #05AF90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05AF90

Black with #05AF90

Text Example


Text Example

White with #05AF90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,175,144); }

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

background-color css

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

 a { background-color: rgb(5,175,144); }

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

border-color css

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

 span { border-color: rgb(5,175,144); }

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