Html Css Color HEX #05AF73 Jade

📋 copy color: '#05AF73'

red 5 ◦ green 175 ◦ blue 115

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

Shades of Jade #05AF73

Tints of Jade #05AF73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 38.98%

R = 1.69%
G = 59.32%
B = 38.98%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#05AF73 (or 0x05AF73) is known color: Jade. HEX triplet: 05, AF and 73. RGB value is (5,175,115). Sum of RGB (Red+Green+Blue) = 5+175+115=295 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.69% from 295); Green value is 175 (68.75% from 255 or 59.32% from 295); Blue value is 115 (45.31% from 255 or 38.98% from 295); Max value from RGB is 175 - color contains mainly: green. Hex color #05AF73 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05AF73 is #FA508C. Grayscale: #757575. Windows color (decimal): -16404621 or 7581445. OLE color: 7581445.

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

Color convert

RGB 5 175 115 -
CMYK 0.97 0 0.34 0.31
HSL 158.82º 0.94% 0.35% -
HSV(B) 158.82º 0.97% 0.69% -
XYZ 18.49 31.93 21.41 -
YUV 117.33 126.68 47.88 -
System Red Green Blue C M Y K H S L
Decimal 5 175 115 0.97 0 0.34 0.31 158.82 0.94 0.35
Hex 5 AF 73 61 0 22 1F 9F 5E 23
Octal 5 257 163 141 0 42 37 237 136 43
Binary 101 10101111 1110011 1100001 0 100010 11111 10011111 1011110 100011

Color Harmonies of #05AF73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05AF73

Black with #05AF73

Text Example


Text Example

White with #05AF73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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