Html Css Color HEX #05AF74 Jade

📋 copy color: '#05AF74'

red 5 ◦ green 175 ◦ blue 116

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

Shades of Jade #05AF74

Tints of Jade #05AF74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 39.19%

R = 1.69%
G = 59.12%
B = 39.19%

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

#05AF74 (or 0x05AF74) is known color: Jade. HEX triplet: 05, AF and 74. RGB value is (5,175,116). Sum of RGB (Red+Green+Blue) = 5+175+116=296 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.69% from 296); Green value is 175 (68.75% from 255 or 59.12% from 296); Blue value is 116 (45.70% from 255 or 39.19% from 296); Max value from RGB is 175 - color contains mainly: green. Hex color #05AF74 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05AF74 is #FA508B. Grayscale: #757575. Windows color (decimal): -16404620 or 7646981. OLE color: 7646981.

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

Color convert

RGB 5 175 116 -
CMYK 0.97 0 0.34 0.31
HSL 159.18º 0.94% 0.35% -
HSV(B) 159.18º 0.97% 0.69% -
XYZ 18.54 31.95 21.71 -
YUV 117.44 127.18 47.8 -
System Red Green Blue C M Y K H S L
Decimal 5 175 116 0.97 0 0.34 0.31 159.18 0.94 0.35
Hex 5 AF 74 61 0 22 1F 9F 5E 23
Octal 5 257 164 141 0 42 37 237 136 43
Binary 101 10101111 1110100 1100001 0 100010 11111 10011111 1011110 100011

Color Harmonies of #05AF74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05AF74

Black with #05AF74

Text Example


Text Example

White with #05AF74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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