Html Css Color HEX #05AC68 Jade

📋 copy color: '#05AC68'

red 5 ◦ green 172 ◦ blue 104

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

Shades of Jade #05AC68

Tints of Jade #05AC68

RGB

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

 GREEN value IS 172 (67.58% from 255) = 61.21%

 BLUE value IS 104 (41.02% from 255) = 37.01%

R = 1.78%
G = 61.21%
B = 37.01%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.40

 K value IS 0.33

RGB Variations

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

Color information

#05AC68 (or 0x05AC68) is known color: Jade. HEX triplet: 05, AC and 68. RGB value is (5,172,104). Sum of RGB (Red+Green+Blue) = 5+172+104=281 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.78% from 281); Green value is 172 (67.58% from 255 or 61.21% from 281); Blue value is 104 (41.02% from 255 or 37.01% from 281); Max value from RGB is 172 - color contains mainly: green. Hex color #05AC68 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05AC68 is #FA5397. Grayscale: #727272. Windows color (decimal): -16405400 or 6859781. OLE color: 6859781.

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

Color convert

RGB 5 172 104 -
CMYK 0.97 0 0.40 0.33
HSL 155.57º 0.94% 0.35% -
HSV(B) 155.57º 0.97% 0.67% -
XYZ 17.31 30.54 18.08 -
YUV 114.32 122.17 50.03 -
System Red Green Blue C M Y K H S L
Decimal 5 172 104 0.97 0 0.40 0.33 155.57 0.94 0.35
Hex 5 AC 68 61 0 28 21 9C 5E 23
Octal 5 254 150 141 0 50 41 234 136 43
Binary 101 10101100 1101000 1100001 0 101000 100001 10011100 1011110 100011

Color Harmonies of #05AC68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05AC68

Black with #05AC68

Text Example


Text Example

White with #05AC68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,172,104); }

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

background-color css

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

 a { background-color: rgb(5,172,104); }

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

border-color css

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

 span { border-color: rgb(5,172,104); }

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