Html Css Color HEX #06AC64 Jade

📋 copy color: '#06AC64'

red 6 ◦ green 172 ◦ blue 100

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

Shades of Jade #06AC64

Tints of Jade #06AC64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 35.97%

R = 2.16%
G = 61.87%
B = 35.97%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#06AC64 (or 0x06AC64) is known color: Jade. HEX triplet: 06, AC and 64. RGB value is (6,172,100). Sum of RGB (Red+Green+Blue) = 6+172+100=278 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.16% from 278); Green value is 172 (67.58% from 255 or 61.87% from 278); Blue value is 100 (39.45% from 255 or 35.97% from 278); Max value from RGB is 172 - color contains mainly: green. Hex color #06AC64 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06AC64 is #F9539B. Grayscale: #727272. Windows color (decimal): -16339868 or 6597638. OLE color: 6597638.

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

Color convert

RGB 6 172 100 -
CMYK 0.97 0 0.42 0.33
HSL 153.98º 0.93% 0.35% -
HSV(B) 153.98º 0.97% 0.67% -
XYZ 17.13 30.46 17.03 -
YUV 114.16 120 50.85 -
System Red Green Blue C M Y K H S L
Decimal 6 172 100 0.97 0 0.42 0.33 153.98 0.93 0.35
Hex 6 AC 64 61 0 2A 21 9A 5D 23
Octal 6 254 144 141 0 52 41 232 135 43
Binary 110 10101100 1100100 1100001 0 101010 100001 10011010 1011101 100011

Color Harmonies of #06AC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06AC64

Black with #06AC64

Text Example


Text Example

White with #06AC64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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