Html Css Color HEX #06AC68 Jade

📋 copy color: '#06AC68'

red 6 ◦ green 172 ◦ blue 104

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

Shades of Jade #06AC68

Tints of Jade #06AC68

RGB

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

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

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

R = 2.13%
G = 60.99%
B = 36.88%

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

#06AC68 (or 0x06AC68) is known color: Jade. HEX triplet: 06, AC and 68. RGB value is (6,172,104). Sum of RGB (Red+Green+Blue) = 6+172+104=282 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.13% from 282); Green value is 172 (67.58% from 255 or 60.99% from 282); Blue value is 104 (41.02% from 255 or 36.88% from 282); Max value from RGB is 172 - color contains mainly: green. Hex color #06AC68 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06AC68 is #F95397. Grayscale: #727272. Windows color (decimal): -16339864 or 6859782. OLE color: 6859782.

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

Color convert

RGB 6 172 104 -
CMYK 0.97 0 0.40 0.33
HSL 155.42º 0.93% 0.35% -
HSV(B) 155.42º 0.97% 0.67% -
XYZ 17.33 30.54 18.08 -
YUV 114.61 122 50.53 -
System Red Green Blue C M Y K H S L
Decimal 6 172 104 0.97 0 0.40 0.33 155.42 0.93 0.35
Hex 6 AC 68 61 0 28 21 9B 5D 23
Octal 6 254 150 141 0 50 41 233 135 43
Binary 110 10101100 1101000 1100001 0 101000 100001 10011011 1011101 100011

Color Harmonies of #06AC68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06AC68

Black with #06AC68

Text Example


Text Example

White with #06AC68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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