Html Css Color HEX #06AC74 Jade

📋 copy color: '#06AC74'

red 6 ◦ green 172 ◦ blue 116

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

Shades of Jade #06AC74

Tints of Jade #06AC74

RGB

 RED value IS 6 (2.73% from 255) = 2.04%

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

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

R = 2.04%
G = 58.5%
B = 39.46%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#06AC74 (or 0x06AC74) is known color: Jade. HEX triplet: 06, AC and 74. RGB value is (6,172,116). Sum of RGB (Red+Green+Blue) = 6+172+116=294 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.04% from 294); Green value is 172 (67.58% from 255 or 58.50% from 294); Blue value is 116 (45.70% from 255 or 39.46% from 294); Max value from RGB is 172 - color contains mainly: green. Hex color #06AC74 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06AC74 is #F9538B. Grayscale: #747474. Windows color (decimal): -16339852 or 7646214. OLE color: 7646214.

HSL color Cylindrical-coordinate representation of color #06AC74: hue angle of 159.76º degrees, saturation: 0.93, 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 #06AC74 is Cyan = 0.97, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB 6 172 116 -
CMYK 0.97 0 0.33 0.33
HSL 159.76º 0.93% 0.35% -
HSV(B) 159.76º 0.97% 0.67% -
XYZ 17.98 30.8 21.52 -
YUV 115.98 128 49.55 -
System Red Green Blue C M Y K H S L
Decimal 6 172 116 0.97 0 0.33 0.33 159.76 0.93 0.35
Hex 6 AC 74 61 0 21 21 A0 5D 23
Octal 6 254 164 141 0 41 41 240 135 43
Binary 110 10101100 1110100 1100001 0 100001 100001 10100000 1011101 100011

Color Harmonies of #06AC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06AC74

Black with #06AC74

Text Example


Text Example

White with #06AC74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06AC74; }

 p { color: rgb(6,172,116); }

 H1.HeaderClassName
 {
   color: #06AC74;
 }
 .AnyTagClassName
 {
   color: #06AC74;
 }
</style>

background-color css

<style>
 a { background-color: #06AC74; }

 a { background-color: rgb(6,172,116); }

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

border-color css

<style>
 span { border-color: #06AC74; }

 span { border-color: rgb(6,172,116); }

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